Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h301 static Bytecode BytecodeForStoreGlobal(LanguageMode language_mode);
Dbytecode-array-builder.cc252 Bytecode bytecode = BytecodeForStoreGlobal(language_mode); in StoreGlobal()
869 Bytecode BytecodeArrayBuilder::BytecodeForStoreGlobal( in BytecodeForStoreGlobal() function in v8::internal::interpreter::BytecodeArrayBuilder