5#ifndef V8_OBJECTS_LOOKUP_CACHE_INL_H_
6#define V8_OBJECTS_LOOKUP_CACHE_INL_H_
21 uint32_t source_hash =
static_cast<uint32_t
>(source.ptr()) >>
kTaggedSizeLog2;
22 uint32_t name_hash = name->hash();
23 return (source_hash ^ name_hash) %
kLength;
27 int index =
Hash(source, name);
30 if (
key.source.SafeEquals(source) &&
key.name.SafeEquals(name)) {
39 int index =
Hash(source, name);
void Update(Tagged< Map > source, Tagged< Name > name, int result)
static int Hash(Tagged< Map > source, Tagged< Name > name)
int Lookup(Tagged< Map > source, Tagged< Name > name)
ZoneVector< RpoNumber > & result
InstructionOperand source
too high values may cause the compiler to set high thresholds for inlining to as much as possible avoid inlined allocation of objects that cannot escape trace load stores from virtual maglev objects use TurboFan fast string builder analyze liveness of environment slots and zap dead values trace TurboFan load elimination emit data about basic block usage in builtins to this enable builtin reordering when run mksnapshot flag for emit warnings when applying builtin profile data verify register allocation in TurboFan randomly schedule instructions to stress dependency tracking enable store store elimination in TurboFan rewrite far to near simulate GC compiler thread race related to allow float parameters to be passed in simulator mode JS Wasm Run additional turbo_optimize_inlined_js_wasm_wrappers enable experimental feedback collection in generic lowering enable Turboshaft s WasmLoadElimination enable Turboshaft s low level load elimination for JS enable Turboshaft s escape analysis for string concatenation use enable Turbolev features that we want to ship in the not too far future trace individual Turboshaft reduction steps trace intermediate Turboshaft reduction steps invocation count threshold for early optimization Enables optimizations which favor memory size over execution speed Enables sampling allocation profiler with X as a sample interval min size of a semi the new space consists of two semi spaces max size of the Collect garbage after Collect garbage after keeps maps alive for< n > old space garbage collections print one detailed trace line in name
constexpr int kTaggedSizeLog2
bool IsUniqueName(Tagged< Name > obj)
#define DCHECK_NE(v1, v2)
#define DCHECK(condition)