Searched refs:CALL_GENERATED_CODE (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/ia32/
H A Dsimulator-ia32.h15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ macro
/external/v8/src/x64/
H A Dsimulator-x64.h16 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ macro
/external/v8/src/x87/
H A Dsimulator-x87.h15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ macro
/external/v8/test/cctest/
H A Dtest-macro-assembler-mips64.cc114 (void) CALL_GENERATED_CODE(f, reinterpret_cast<int64_t>(src),
169 (void) CALL_GENERATED_CODE(f, reinterpret_cast<int64_t>(result),
213 (void) CALL_GENERATED_CODE(f, 0, 0, 0, 0, 0);
H A Dtest-assembler-arm.cc68 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 3, 4, 0, 0, 0));
104 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 100, 0, 0, 0, 0));
149 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 10, 0, 0, 0, 0));
199 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0));
334 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
382 CALL_GENERATED_CODE(f, 0xAAAAAAAA, 0, 0, 0, 0));
416 CALL_GENERATED_CODE(f, 0xFFFF, 0, 0, 0, 0));
490 CALL_GENERATED_CODE(f, 0, 0, 0, 0, 0));
691 Object* dummy = CALL_GENERATED_CODE(fn, &d, &f, 0, 0, 0);
801 Object* dummy = CALL_GENERATED_CODE(f
[all...]
H A Dtest-hashing.cc120 reinterpret_cast<uintptr_t>(CALL_GENERATED_CODE(hash, 0, 0, 0, 0, 0)));
H A Dtest-macro-assembler-mips.cc114 (void) CALL_GENERATED_CODE(f, reinterpret_cast<int>(src),
H A Dtest-macro-assembler-arm.cc115 (void) CALL_GENERATED_CODE(f, reinterpret_cast<int>(src),
224 CHECK_EQ(0, CALL_GENERATED_CODE(f, 0, 0, 0, 0, 0));
H A Dtest-assembler-mips64.cc68 reinterpret_cast<int64_t>(CALL_GENERATED_CODE(f, 0xab0, 0xc, 0, 0, 0));
105 reinterpret_cast<int64_t>(CALL_GENERATED_CODE(f, 50, 0, 0, 0, 0));
252 reinterpret_cast<int64_t>(CALL_GENERATED_CODE(f, 0xab0, 0xc, 0, 0, 0));
331 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
404 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
470 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
538 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
623 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
713 Object* dummy = CALL_GENERATED_CODE(f, &t, 0x0, 0, 0, 0);
838 Object* dummy = CALL_GENERATED_CODE(
[all...]
H A Dtest-assembler-mips.cc67 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 0xab0, 0xc, 0, 0, 0));
103 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 50, 0, 0, 0, 0));
241 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 0xab0, 0xc, 0, 0, 0));
319 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
391 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
455 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
523 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
621 Object* dummy = CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0);
711 Object* dummy = CALL_GENERATED_CODE(f, &t, 0x0, 0, 0, 0);
809 Object* dummy = CALL_GENERATED_CODE(
[all...]
/external/v8/src/mips/
H A Dsimulator-mips.h9 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro,
26 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ macro
388 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
/external/v8/src/arm/
H A Dsimulator-arm.h9 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro,
25 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ macro
424 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
/external/v8/src/mips64/
H A Dsimulator-mips64.h9 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro,
26 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ macro
439 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
/external/v8/src/arm64/
H A Dsimulator-arm64.h35 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ macro
882 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
/external/v8/src/
H A Dexecution.cc91 CALL_GENERATED_CODE(stub_entry, function_entry, func, recv, argc, argv);

Completed in 249 milliseconds