Searched refs:BytecodeForLoadGlobal (Results 1 – 2 of 2) sorted by relevance
300 static Bytecode BytecodeForLoadGlobal(TypeofMode typeof_mode);
245 Bytecode bytecode = BytecodeForLoadGlobal(typeof_mode); in LoadGlobal()863 Bytecode BytecodeArrayBuilder::BytecodeForLoadGlobal(TypeofMode typeof_mode) { in BytecodeForLoadGlobal() function in v8::internal::interpreter::BytecodeArrayBuilder