Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h300 static Bytecode BytecodeForLoadGlobal(TypeofMode typeof_mode);
Dbytecode-array-builder.cc245 Bytecode bytecode = BytecodeForLoadGlobal(typeof_mode); in LoadGlobal()
863 Bytecode BytecodeArrayBuilder::BytecodeForLoadGlobal(TypeofMode typeof_mode) { in BytecodeForLoadGlobal() function in v8::internal::interpreter::BytecodeArrayBuilder