Home
last modified time | relevance | path

Searched refs:BuildGetScriptContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stubs-hydrogen.cc750 HValue* script_context = BuildGetScriptContext(context_index); in BuildCodeStub()
766 HValue* script_context = BuildGetScriptContext(context_index); in BuildCodeStub()
/external/v8/src/crankshaft/
Dhydrogen.h1858 HInstruction* BuildGetScriptContext(int context_index);
Dhydrogen.cc3282 HInstruction* HGraphBuilder::BuildGetScriptContext(int context_index) { in BuildGetScriptContext() function in v8::internal::HGraphBuilder