Searched refs:JavaScriptFrameConstants (Results 1 - 25 of 59) sorted by relevance

123

/external/v8/src/arm64/
H A Dframes-arm64.h48 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-arm64.cc137 __ Ldr(x0, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/arm/
H A Dframes-arm.h113 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-arm.cc166 __ ldr(r0, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/ia32/
H A Dframes-ia32.h62 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-ia32.cc233 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/ppc/
H A Dframes-ppc.h172 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-ppc.cc168 __ LoadP(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/x64/
H A Dframes-x64.h59 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-x64.cc162 __ movp(rax, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/x87/
H A Dframes-x87.h62 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
/external/v8/src/mips/
H A Dframes-mips.h157 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-mips.cc162 __ lw(a0, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/mips64/
H A Dframes-mips64.h157 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-mips64.cc162 __ ld(a0, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/s390/
H A Dframes-s390.h174 class JavaScriptFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-s390.cc157 __ LoadP(r2, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/
H A Dframes-inl.h192 Address base = fp() + JavaScriptFrameConstants::kLocal0Offset;
208 Address base = fp() + JavaScriptFrameConstants::kLocal0Offset;
230 const int offset = JavaScriptFrameConstants::kFunctionOffset;
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc93 // The function builds a JS frame. Please see JavaScriptFrameConstants in
256 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
274 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
288 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
648 offset += JavaScriptFrameConstants::kLocal0Offset;
1283 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1289 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1484 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1490 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
2307 __ push(Operand(ebp, JavaScriptFrameConstants
[all...]
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc92 // The function builds a JS frame. Please see JavaScriptFrameConstants in
252 __ movp(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
270 __ movp(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
286 __ movp(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
663 offset += JavaScriptFrameConstants::kLocal0Offset;
1312 __ Push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
1318 __ movp(rax, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
1512 __ Push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
1518 __ movp(rax, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
2297 __ Push(Operand(rbp, JavaScriptFrameConstants
[all...]
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc93 // The function builds a JS frame. Please see JavaScriptFrameConstants in
253 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
271 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
285 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
645 offset += JavaScriptFrameConstants::kLocal0Offset;
1275 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1281 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1476 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1482 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
2299 __ push(Operand(ebp, JavaScriptFrameConstants
[all...]
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc104 // The function builds a JS frame. Please see JavaScriptFrameConstants in
264 __ ldr(r1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
282 __ ldr(r1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
296 __ ldr(r1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
695 offset += JavaScriptFrameConstants::kLocal0Offset;
1359 __ ldr(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
1568 __ ldr(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
2406 __ ldr(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
3490 __ ldr(ip, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc104 // The function builds a JS frame. See JavaScriptFrameConstants in
266 __ Ldr(x1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
284 __ Ldr(x1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
298 __ Ldr(x1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
693 offset += JavaScriptFrameConstants::kLocal0Offset;
1345 __ Ldr(x3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
1550 __ Ldr(x3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
2309 __ Ldr(x10, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
3553 __ Ldr(x10, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc102 // The function builds a JS frame. Please see JavaScriptFrameConstants in
272 __ LoadP(r4, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
290 __ LoadP(r4, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
304 __ LoadP(r4, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
669 offset += JavaScriptFrameConstants::kLocal0Offset;
1330 __ LoadP(r6, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
1537 __ LoadP(r6, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
2416 __ LoadP(r6, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
3493 __ LoadP(ip, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc108 // The function builds a JS frame. Please see JavaScriptFrameConstants in
276 __ LoadP(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
295 __ LoadP(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
310 __ LoadP(r3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
651 offset += JavaScriptFrameConstants::kLocal0Offset;
1292 __ LoadP(r5, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
1498 __ LoadP(r5, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
2363 __ LoadP(r5, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
3410 __ LoadP(ip, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));

Completed in 461 milliseconds

123