HomeSort by relevance Sort by last modified time
    Searched refs:kFunctionOffset (Results 1 - 20 of 20) sorted by null

  /external/v8/src/arm/
frames-arm.h 143 static const int kFunctionOffset = StandardFrameConstants::kMarkerOffset;
164 const int offset = JavaScriptFrameConstants::kFunctionOffset;
builtins-arm.cc     [all...]
deoptimizer-arm.cc 593 __ ldr(r0, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
full-codegen-arm.cc 198 __ ldr(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
frames-ia32.h 112 static const int kFunctionOffset = StandardFrameConstants::kMarkerOffset;
133 const int offset = JavaScriptFrameConstants::kFunctionOffset;
builtins-ia32.cc     [all...]
deoptimizer-ia32.cc 645 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
full-codegen-ia32.cc 188 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
frames-mips.h 151 static const int kFunctionOffset = StandardFrameConstants::kMarkerOffset;
172 const int offset = JavaScriptFrameConstants::kFunctionOffset;
virtual-frame-mips.h 264 MemOperand Function() { return MemOperand(fp, kFunctionOffset); }
411 static const int kFunctionOffset = JavaScriptFrameConstants::kFunctionOffset;
  /external/v8/src/x64/
frames-x64.h 103 static const int kFunctionOffset = StandardFrameConstants::kMarkerOffset;
124 const int offset = JavaScriptFrameConstants::kFunctionOffset;
builtins-x64.cc 775 static const int kFunctionOffset = 4 * kPointerSize;
776 __ push(Operand(rbp, kFunctionOffset));
797 __ push(Operand(rbp, kFunctionOffset));
812 __ movq(rdi, Operand(rbp, kFunctionOffset));
890 __ movq(rdi, Operand(rbp, kFunctionOffset));
    [all...]
deoptimizer-x64.cc 666 __ movq(rax, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
full-codegen-x64.cc 189 __ push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/
frames.cc 585 fp() + JavaScriptFrameConstants::kFunctionOffset - slot_space);
630 fp() + JavaScriptFrameConstants::kFunctionOffset);
    [all...]
debug.cc 621 Memory::Object_at(fp + JavaScriptFrameConstants::kFunctionOffset);
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 139 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));

Completed in 913 milliseconds