Searched refs:JumpTableEntry (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/v8/src/ |
D | deoptimizer.h | 121 struct JumpTableEntry : public ZoneObject { struct 122 inline JumpTableEntry(Address entry, const Reason& the_reason, in JumpTableEntry() function 130 bool IsEquivalentTo(const JumpTableEntry& other) const { in IsEquivalentTo() argument
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 335 ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
D | lithium-codegen-ia32.cc | 386 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; in GenerateJumpTable() 873 Deoptimizer::JumpTableEntry table_entry(entry, reason, bailout_type, in DeoptimizeIf()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.h | 335 ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
D | lithium-codegen-arm.cc | 336 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; in GenerateJumpTable() 908 Deoptimizer::JumpTableEntry table_entry(entry, reason, bailout_type, in DeoptimizeIf()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.h | 324 ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
D | lithium-codegen-x64.cc | 306 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; in GenerateJumpTable() 783 Deoptimizer::JumpTableEntry table_entry(entry, reason, bailout_type, in DeoptimizeIf()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.h | 367 ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
D | lithium-codegen-mips.cc | 337 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; in GenerateJumpTable() 871 Deoptimizer::JumpTableEntry table_entry(entry, reason, bailout_type, in DeoptimizeIf()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-codegen-mips64.h | 368 ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
D | lithium-codegen-mips64.cc | 311 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; in GenerateJumpTable() 821 Deoptimizer::JumpTableEntry table_entry(entry, reason, bailout_type, in DeoptimizeIf()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.h | 353 ZoneList<Deoptimizer::JumpTableEntry*> jump_table_;
|
D | lithium-codegen-arm64.cc | 839 Deoptimizer::JumpTableEntry* table_entry = jump_table_[i]; in GenerateJumpTable() 1052 Deoptimizer::JumpTableEntry* table_entry = in DeoptimizeBranch() 1053 new (zone()) Deoptimizer::JumpTableEntry(entry, reason, bailout_type, in DeoptimizeBranch()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.h | 369 ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
D | lithium-codegen-x87.cc | 383 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i]; in GenerateJumpTable() 1155 Deoptimizer::JumpTableEntry table_entry(entry, reason, bailout_type, in DeoptimizeIf()
|