Searched refs:SetAccumulator (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/interpreter/
H A Dinterpreter.cc388 __ SetAccumulator(zero_value);
397 __ SetAccumulator(smi_int);
407 __ SetAccumulator(constant);
417 __ SetAccumulator(undefined_value);
426 __ SetAccumulator(null_value);
435 __ SetAccumulator(the_hole_value);
444 __ SetAccumulator(true_value);
453 __ SetAccumulator(false_value);
463 __ SetAccumulator(value);
512 __ SetAccumulator(var_resul
[all...]
H A Dinterpreter-assembler.h66 void SetAccumulator(compiler::Node* value);
H A Dinterpreter-assembler.cc88 void InterpreterAssembler::SetAccumulator(Node* value) { function in class:v8::internal::interpreter::InterpreterAssembler

Completed in 114 milliseconds