Searched refs:BuildLoadNativeContextField (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dbytecode-graph-builder.h44 Node* BuildLoadNativeContextField(int index);
H A Dast-graph-builder.h334 Node* BuildLoadNativeContextField(int index);
H A Dbytecode-graph-builder.cc492 Node* BytecodeGraphBuilder::BuildLoadNativeContextField(int index) { function in class:v8::internal::compiler::BytecodeGraphBuilder
980 BuildLoadNativeContextField(bytecode_iterator().GetIndexOperand(0));
H A Dast-graph-builder.cc502 return BuildLoadNativeContextField(Context::CLOSURE_INDEX);
2588 Node* callee_value = BuildLoadNativeContextField(expr->context_index());
3716 return BuildLoadNativeContextField(Context::EXTENSION_INDEX);
3720 Node* AstGraphBuilder::BuildLoadNativeContextField(int index) { function in class:v8::internal::compiler::AstGraphBuilder

Completed in 42 milliseconds