Home
last modified time | relevance | path

Searched refs:BytecodeForStoreLookupSlot (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h302 static Bytecode BytecodeForStoreLookupSlot(LanguageMode language_mode);
Dbytecode-array-builder.cc284 Bytecode bytecode = BytecodeForStoreLookupSlot(language_mode); in StoreLookupSlot()
883 Bytecode BytecodeArrayBuilder::BytecodeForStoreLookupSlot( in BytecodeForStoreLookupSlot() function in v8::internal::interpreter::BytecodeArrayBuilder