Home
last modified time | relevance | path

Searched refs:context_slot_index (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc559 int const context_slot_index = FeedbackNexus::SlotIndexBits::decode(number); in ReadFeedbackForGlobalAccess() local
565 base::Optional<ObjectRef> contents = context.get(context_slot_index); in ReadFeedbackForGlobalAccess()
569 context, context_slot_index, in ReadFeedbackForGlobalAccess()
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc850 int context_slot_index, in ConfigureLexicalVarMode()
854 DCHECK_LE(0, context_slot_index); in ConfigureLexicalVarMode()
856 !SlotIndexBits::is_valid(context_slot_index) || in ConfigureLexicalVarMode()
861 SlotIndexBits::encode(context_slot_index) | in ConfigureLexicalVarMode()
849 ConfigureLexicalVarMode(int script_context_index, int context_slot_index, bool immutable) ConfigureLexicalVarMode() argument
H A Dfeedback-vector.h822 bool ConfigureLexicalVarMode(int script_context_index, int context_slot_index,

Completed in 7 milliseconds