Searched refs:BuildVariableLoad (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-generator.h | 99 void BuildVariableLoad(Variable* variable, FeedbackSlot slot,
|
D | bytecode-generator.cc | 1912 BuildVariableLoad(proxy->var(), proxy->VariableFeedbackSlot(), in VisitVariableProxy() 1916 void BytecodeGenerator::BuildVariableLoad(Variable* variable, FeedbackSlot slot, in BuildVariableLoad() function in v8::internal::interpreter::BytecodeGenerator 2019 BuildVariableLoad(variable, slot, hole_check_mode, typeof_mode); in BuildVariableLoadForAccumulatorValue() 2044 BuildVariableLoad(var_promise, FeedbackSlot::Invalid(), in BuildAsyncReturn() 2262 BuildVariableLoad(proxy->var(), proxy->VariableFeedbackSlot(), in VisitAssignment()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 1255 Node* value = BuildVariableLoad(expr->var(), expr->id(), pair, in VisitVariableProxy() 1487 old_value = BuildVariableLoad(proxy->var(), expr->target()->id(), pair, in VisitAssignment() 1632 callee_value = BuildVariableLoad(proxy->var(), expr->expression()->id(), in VisitCall() 1817 old_value = BuildVariableLoad(proxy->var(), expr->expression()->id(), in VisitCountOperation() 2148 BuildVariableLoad(proxy->var(), expr->id(), pair, in VisitTypeofExpression() 2391 Node* AstGraphBuilder::BuildVariableLoad(Variable* variable, in BuildVariableLoad() function in v8::internal::compiler::AstGraphBuilder
|
D | ast-graph-builder.h | 276 Node* BuildVariableLoad(Variable* variable, BailoutId bailout_id,
|