HomeSort by relevance Sort by last modified time
    Searched defs:InterpreterAssembler (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
interpreter-assembler.h 20 class InterpreterAssembler : public CodeStubAssembler {
22 InterpreterAssembler(Isolate* isolate, Zone* zone, Bytecode bytecode,
24 virtual ~InterpreterAssembler();
249 DISALLOW_COPY_AND_ASSIGN(InterpreterAssembler);
interpreter-assembler.cc 25 InterpreterAssembler::InterpreterAssembler(Isolate* isolate, Zone* zone,
47 InterpreterAssembler::~InterpreterAssembler() {
54 Node* InterpreterAssembler::GetInterpretedFramePointer() {
61 Node* InterpreterAssembler::GetAccumulatorUnchecked() {
65 Node* InterpreterAssembler::GetAccumulator() {
71 void InterpreterAssembler::SetAccumulator(Node* value) {
77 Node* InterpreterAssembler::GetContext() {
81 void InterpreterAssembler::SetContext(Node* value)
    [all...]

Completed in 62 milliseconds