Home
last modified time | relevance | path

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

12

/external/v8/src/x87/
Dassembler-x87-inl.h334 rmode_ = RelocInfo::NONE32; in Immediate()
361 rmode_ = RelocInfo::NONE32; in Immediate()
368 rmode_ = RelocInfo::NONE32; in Immediate()
374 rmode_ = RelocInfo::NONE32; in Immediate()
Dassembler-x87.h325 RelocInfo::Mode rmode = RelocInfo::NONE32);
332 RelocInfo::Mode rmode = RelocInfo::NONE32);
338 RelocInfo::Mode rmode = RelocInfo::NONE32);
Ddeoptimizer-x87.cc143 patcher.masm()->call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
Dcodegen-x87.cc645 patcher.masm()->call(stub->instruction_start(), RelocInfo::NONE32); in PatchPlatformCodeAge()
/external/v8/src/ia32/
Dassembler-ia32-inl.h333 rmode_ = RelocInfo::NONE32; in Immediate()
360 rmode_ = RelocInfo::NONE32; in Immediate()
367 rmode_ = RelocInfo::NONE32; in Immediate()
373 rmode_ = RelocInfo::NONE32; in Immediate()
Ddeoptimizer-ia32.cc143 patcher.masm()->call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
Dassembler-ia32.h328 RelocInfo::Mode rmode = RelocInfo::NONE32);
335 RelocInfo::Mode rmode = RelocInfo::NONE32);
341 RelocInfo::Mode rmode = RelocInfo::NONE32);
Dcodegen-ia32.cc1043 patcher.masm()->call(stub->instruction_start(), RelocInfo::NONE32); in PatchPlatformCodeAge()
/external/v8/src/debug/x87/
Ddebug-x87.cc48 patcher.masm()->call(code->entry(), RelocInfo::NONE32); in PatchDebugBreakSlot()
/external/v8/src/debug/ia32/
Ddebug-ia32.cc48 patcher.masm()->call(code->entry(), RelocInfo::NONE32); in PatchDebugBreakSlot()
/external/v8/src/arm/
Ddeoptimizer-arm.cc72 RelocInfo::NONE32); in PatchCodeForDeoptimization()
77 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
Dassembler-arm-inl.h347 rmode_ = RelocInfo::NONE32; in Operand()
Dassembler-arm.h452 RelocInfo::Mode rmode = RelocInfo::NONE32));
/external/v8/src/mips/
Ddeoptimizer-mips.cc66 RelocInfo::NONE32); in PatchCodeForDeoptimization()
71 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); in PatchCodeForDeoptimization()
Dassembler-mips-inl.h73 rmode_ = RelocInfo::NONE32; in Operand()
Dassembler-mips.h316 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.h73 rmode_ = RelocInfo::NONE32; in Operand()
/external/v8/src/
Dassembler.h417 NONE32, // never recorded 32-bit value enumerator
501 return mode == NONE32 || mode == NONE64; in IsNone()
Dassembler.cc792 case NONE32: in RelocModeName()
929 case NONE32: in Verify()
/external/v8/test/cctest/
Dtest-assembler-x87.cc168 __ mov(eax, Operand(reinterpret_cast<intptr_t>(&baz), RelocInfo::NONE32)); in TEST()
Dtest-disasm-x87.cc73 __ add(edx, Operand(12, RelocInfo::NONE32)); in TEST()
Dtest-disasm-ia32.cc73 __ add(edx, Operand(12, RelocInfo::NONE32)); in TEST()
/external/v8/src/arm64/
Dassembler-arm64-inl.h276 return sizeof(T) == 8 ? RelocInfo::NONE64 : RelocInfo::NONE32; in rmode_for()
Dmacro-assembler-arm64.cc1945 DCHECK(rmode != RelocInfo::NONE32); in Call()
2007 DCHECK(rmode != RelocInfo::NONE32); in CallSize()
2024 DCHECK(rmode != RelocInfo::NONE32); in CallSize()

12