Home
last modified time | relevance | path

Searched defs:FeedbackSlotCache (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h73 class FeedbackSlotCache; variable
Dbytecode-generator.cc940 class BytecodeGenerator::FeedbackSlotCache : public ZoneObject { class in v8::internal::interpreter::BytecodeGenerator
954 explicit FeedbackSlotCache(Zone* zone) : map_(zone) {} in FeedbackSlotCache() function in v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache