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

/external/v8/src/mips/
H A Dassembler-mips-inl.h102 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
108 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
114 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h52 if (rmode_ == RUNTIME_ENTRY || IsCodeTarget(rmode_)) {
69 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
75 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
81 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
H A Dmacro-assembler-ia32.h539 masm->call(ia32_coverage_function, RelocInfo::RUNTIME_ENTRY); \
H A Dassembler-ia32.cc159 RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
2303 if (rmode == RelocInfo::RUNTIME_ENTRY) {
H A Dcodegen-ia32.cc5754 __ call(FUNCTION_ADDR(V8::RandomPositiveSmi), RelocInfo::RUNTIME_ENTRY); member in class:v8::internal::RelocInfo
9839 __ call(fun()->address(), RelocInfo::RUNTIME_ENTRY); member in class:v8::internal::RelocInfo
9887 __ call(FUNCTION_ADDR(Runtime::PerformGC), RelocInfo::RUNTIME_ENTRY); member in class:v8::internal::RelocInfo
/external/v8/src/arm/
H A Dassembler-arm-inl.h65 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
71 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
77 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
H A Dassembler-thumb2-inl.h65 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
71 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
77 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
H A Dcodegen-arm.cc3565 RelocInfo::RUNTIME_ENTRY); member in class:v8::internal::RelocInfo
6416 __ Call(gc_reference.address(), RelocInfo::RUNTIME_ENTRY);
/external/v8/src/x64/
H A Dassembler-x64-inl.h206 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
216 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
222 ASSERT(IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY); local
H A Dmacro-assembler-x64.h800 masm->call(x64_coverage_function, RelocInfo::RUNTIME_ENTRY); \
H A Dcodegen-x64.cc3969 __ Call(FUNCTION_ADDR(V8::RandomPositiveSmi), RelocInfo::RUNTIME_ENTRY); member in class:v8::internal::RelocInfo
7700 RelocInfo::RUNTIME_ENTRY);
/external/v8/src/
H A Dserialize.cc204 #define RUNTIME_ENTRY(name, nargs, ressize) \ macro
209 RUNTIME_FUNCTION_LIST(RUNTIME_ENTRY)
210 #undef RUNTIME_ENTRY macro
329 RUNTIME_ENTRY,
333 RUNTIME_ENTRY,
H A Dassembler.cc440 case RelocInfo::RUNTIME_ENTRY:
512 case RUNTIME_ENTRY:
H A Dassembler.h128 RUNTIME_ENTRY, enumerator in enum:v8::internal::BASE_EMBEDDED::Mode
191 // can only be called if IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY
200 // be called if IsCodeTarget(rmode_) || rmode_ == RUNTIME_ENTRY.
H A Dserialize.h49 RUNTIME_ENTRY, enumerator in enum:v8::internal::TypeCode
H A Dobjects.cc4919 RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY);
4935 } else if (rmode == RelocInfo::RUNTIME_ENTRY) {
/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc148 __ jmp(NULL, RelocInfo::RUNTIME_ENTRY);
H A Dtest-disasm-ia32.cc268 __ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY); member in class:RelocInfo

Completed in 265 milliseconds