Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc942 enum class SlotKind { class in v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache
956 void Put(SlotKind slot_kind, Variable* variable, int slot_index) { in Put()
959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) { in Put()
962 void Put(SlotKind slot_kind, int variable_index, const AstRawString* name, in Put()
966 void Put(SlotKind slot_kind, const AstRawString* name, int slot_index) { in Put()
970 int Get(SlotKind slot_kind, Variable* variable) const { in Get()
973 int Get(SlotKind slot_kind, AstNode* node) const { in Get()
976 int Get(SlotKind slot_kind, int variable_index, in Get()
980 int Get(SlotKind slot_kind, const AstRawString* name) const { in Get()
985 using Key = std::tuple<SlotKind, in
[all...]

Completed in 8 milliseconds