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

/external/v8/src/arm/
H A Dassembler-arm-inl.h69 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
75 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY
88 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
247 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
272 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
H A Dlithium-codegen-arm.cc660 __ Jump(entry, RelocInfo::RUNTIME_ENTRY);
667 __ Jump(entry, RelocInfo::RUNTIME_ENTRY);
/external/v8/src/mips/
H A Dassembler-mips-inl.h114 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
121 rmode_ == RUNTIME_ENTRY ||
149 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
312 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
337 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
H A Dlithium-codegen-mips.cc624 __ Jump(entry, RelocInfo::RUNTIME_ENTRY);
639 __ Jump(entry, RelocInfo::RUNTIME_ENTRY, cc, src1, src2);
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h51 if (rmode_ == RUNTIME_ENTRY || IsCodeTarget(rmode_)) {
77 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
83 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY
97 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
242 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
269 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
H A Dmacro-assembler-ia32.h965 masm->call(ia32_coverage_function, RelocInfo::RUNTIME_ENTRY); \
H A Ddeoptimizer-ia32.cc63 // We use RUNTIME_ENTRY reloc info which has a size of 2 bytes
156 // We use RUNTIME_ENTRY for deoptimization bailouts.
158 RelocInfo::RUNTIME_ENTRY,
H A Dassembler-ia32.cc170 RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
2498 if (rmode == RelocInfo::RUNTIME_ENTRY) {
H A Dlithium-codegen-ia32.cc577 __ jmp(entry, RelocInfo::RUNTIME_ENTRY);
588 __ jmp(entry, RelocInfo::RUNTIME_ENTRY);
594 __ jmp(entry, RelocInfo::RUNTIME_ENTRY);
597 __ j(cc, entry, RelocInfo::RUNTIME_ENTRY);
H A Dmacro-assembler-ia32.cc1829 call(function_address, RelocInfo::RUNTIME_ENTRY);
H A Dcode-stubs-ia32.cc4816 __ call(FUNCTION_ADDR(Runtime::PerformGC), RelocInfo::RUNTIME_ENTRY); member in class:v8::internal::RelocInfo
/external/v8/src/
H A Dobjects-visiting-inl.h105 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY);
129 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY);
H A Dserialize.cc168 #define RUNTIME_ENTRY(name, nargs, ressize) \ macro
173 RUNTIME_FUNCTION_LIST(RUNTIME_ENTRY)
174 #undef RUNTIME_ENTRY macro
295 RUNTIME_ENTRY,
300 RUNTIME_ENTRY,
304 RUNTIME_ENTRY,
308 RUNTIME_ENTRY,
313 RUNTIME_ENTRY,
317 RUNTIME_ENTRY,
322 RUNTIME_ENTRY,
[all...]
H A Ddisassembler.cc284 } else if (rmode == RelocInfo::RUNTIME_ENTRY &&
H A Dassembler.cc616 case RelocInfo::RUNTIME_ENTRY:
665 } else if (rmode_ == RelocInfo::RUNTIME_ENTRY &&
708 case RUNTIME_ENTRY:
H A Dserialize.h49 RUNTIME_ENTRY, enumerator in enum:v8::internal::TypeCode
H A Dassembler.h198 RUNTIME_ENTRY, enumerator in enum:v8::internal::BASE_EMBEDDED::Mode
277 // can only be called if IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY
H A Ddeoptimizer.cc389 | RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY);
395 if (info->rmode() == RelocInfo::RUNTIME_ENTRY) {
/external/v8/src/x64/
H A Dassembler-x64-inl.h219 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
229 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY
246 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
417 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
444 } else if (mode == RelocInfo::RUNTIME_ENTRY) {
H A Dmacro-assembler-x64.h1469 masm->call(x64_coverage_function, RelocInfo::RUNTIME_ENTRY); \
H A Dlithium-codegen-x64.cc254 __ Jump(jump_table_[i].address, RelocInfo::RUNTIME_ENTRY);
549 __ Jump(entry, RelocInfo::RUNTIME_ENTRY);
H A Dmacro-assembler-x64.cc705 RelocInfo::RUNTIME_ENTRY);
H A Dcode-stubs-x64.cc3824 RelocInfo::RUNTIME_ENTRY);
/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc148 __ jmp(NULL, RelocInfo::RUNTIME_ENTRY);
H A Dtest-disasm-ia32.cc277 __ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY); member in class:RelocInfo

Completed in 453 milliseconds