Home
last modified time | relevance | path

Searched refs:NONE32 (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/ia32/
Dassembler-ia32-inl.h308 rmode_ = RelocInfo::NONE32; in Immediate()
338 rmode_ = RelocInfo::NONE32; in Immediate()
345 rmode_ = RelocInfo::NONE32; in Immediate()
351 rmode_ = RelocInfo::NONE32; in Immediate()
Ddeoptimizer-ia32.cc144 patcher.masm()->call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
Dassembler-ia32.h339 RelocInfo::Mode rmode = RelocInfo::NONE32);
346 RelocInfo::Mode rmode = RelocInfo::NONE32);
352 RelocInfo::Mode rmode = RelocInfo::NONE32);
Dcodegen-ia32.cc645 patcher.masm()->call(stub->instruction_start(), RelocInfo::NONE32); in PatchPlatformCodeAge()
/external/v8/src/x87/
Dassembler-x87-inl.h308 rmode_ = RelocInfo::NONE32; in Immediate()
338 rmode_ = RelocInfo::NONE32; in Immediate()
345 rmode_ = RelocInfo::NONE32; in Immediate()
351 rmode_ = RelocInfo::NONE32; in Immediate()
Dassembler-x87.h337 RelocInfo::Mode rmode = RelocInfo::NONE32);
344 RelocInfo::Mode rmode = RelocInfo::NONE32);
350 RelocInfo::Mode rmode = RelocInfo::NONE32);
Dcodegen-x87.cc373 patcher.masm()->call(stub->instruction_start(), RelocInfo::NONE32); in PatchPlatformCodeAge()
Ddeoptimizer-x87.cc144 patcher.masm()->call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
/external/v8/src/debug/ia32/
Ddebug-ia32.cc50 patcher.masm()->call(code->entry(), RelocInfo::NONE32); in PatchDebugBreakSlot()
/external/v8/src/debug/x87/
Ddebug-x87.cc50 patcher.masm()->call(code->entry(), RelocInfo::NONE32); in PatchDebugBreakSlot()
/external/v8/src/mips/
Ddeoptimizer-mips.cc66 RelocInfo::NONE32); in PatchCodeForDeoptimization()
71 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
Dassembler-mips-inl.h74 rmode_ = RelocInfo::NONE32; in Operand()
Dassembler-mips.h320 RelocInfo::Mode rmode = RelocInfo::NONE32));
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc66 RelocInfo::NONE32); in PatchCodeForDeoptimization()
71 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
Dassembler-mips64-inl.h74 rmode_ = RelocInfo::NONE32; in Operand()
/external/v8/src/
Dassembler.h361 NONE32, // never recorded 32-bit value enumerator
445 return mode == NONE32 || mode == NONE64; in IsNone()
Dassembler.cc722 case NONE32: in RelocModeName()
875 case NONE32: in Verify()
/external/v8/src/arm/
Dassembler-arm-inl.h313 rmode_ = RelocInfo::NONE32; in Operand()
Dassembler-arm.h494 RelocInfo::Mode rmode = RelocInfo::NONE32));
/external/v8/src/arm64/
Dassembler-arm64-inl.h261 return sizeof(T) == 8 ? RelocInfo::NONE64 : RelocInfo::NONE32; in rmode_for()
Dmacro-assembler-arm64.cc1952 DCHECK(rmode != RelocInfo::NONE32); in Call()
2014 DCHECK(rmode != RelocInfo::NONE32); in CallSize()
2031 DCHECK(rmode != RelocInfo::NONE32); in CallSize()
/external/v8/src/compiler/
Dinstruction.h1114 RelocInfo::Mode rmode_ = RelocInfo::NONE32;
/external/v8/src/x64/
Dassembler-x64.h350 RelocInfo::Mode rmode_ = RelocInfo::NONE32;
534 return RelocInfo::NONE32; in RelocInfoNone()
/external/v8/src/ppc/
Dassembler-ppc.h299 const RelocInfo::Mode kRelocInfo_NONEPTR = RelocInfo::NONE32;
/external/v8/src/s390/
Dassembler-s390.h279 const RelocInfo::Mode kRelocInfo_NONEPTR = RelocInfo::NONE32;

12