/external/v8/src/ia32/ |
assembler-ia32.cc | 170 RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY | [all...] |
lithium-codegen-ia32.cc | 577 __ jmp(entry, RelocInfo::RUNTIME_ENTRY); 588 __ jmp(entry, RelocInfo::RUNTIME_ENTRY); 594 __ jmp(entry, RelocInfo::RUNTIME_ENTRY); 597 __ j(cc, entry, RelocInfo::RUNTIME_ENTRY); [all...] |
macro-assembler-ia32.cc | [all...] |
code-stubs-ia32.cc | [all...] |
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.cc | [all...] |
assembler-ia32.cc | 149 RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY | [all...] |
lithium-codegen-ia32.cc | 454 __ call(entry, RelocInfo::RUNTIME_ENTRY); [all...] |
code-stubs-ia32.cc | [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-codegen-x64.cc | 311 __ call(entry, RelocInfo::RUNTIME_ENTRY); 728 __ call(entry, RelocInfo::RUNTIME_ENTRY); 749 __ call(entry, RelocInfo::RUNTIME_ENTRY); [all...] |
assembler-x64.cc | [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-codegen-arm.cc | 841 __ Call(entry, RelocInfo::RUNTIME_ENTRY, eq); 861 __ Call(entry, RelocInfo::RUNTIME_ENTRY); [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.cc | 799 __ Call(entry, RelocInfo::RUNTIME_ENTRY); 819 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2); [all...] |
/external/v8/src/arm/ |
lithium-codegen-arm.cc | 660 __ Jump(entry, RelocInfo::RUNTIME_ENTRY); 667 __ Jump(entry, RelocInfo::RUNTIME_ENTRY); [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.cc | 624 __ Jump(entry, RelocInfo::RUNTIME_ENTRY); 639 __ Jump(entry, RelocInfo::RUNTIME_ENTRY, cc, src1, src2); [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.cc | 254 __ Jump(jump_table_[i].address, RelocInfo::RUNTIME_ENTRY); 549 __ Jump(entry, RelocInfo::RUNTIME_ENTRY); [all...] |
macro-assembler-x64.cc | 705 RelocInfo::RUNTIME_ENTRY); [all...] |
code-stubs-x64.cc | [all...] |
/external/chromium_org/v8/src/ |
objects.cc | [all...] |