HomeSort by relevance Sort by last modified time
    Searched refs:rmode (Results 1 - 25 of 50) sorted by null

1 2

  /external/v8/src/
disassembler.cc 154 it->rinfo()->rmode() == RelocInfo::INTERNAL_REFERENCE) {
175 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
181 rmodes.Add(it->rinfo()->rmode());
215 RelocInfo::Mode rmode = relocinfo.rmode(); local
216 if (RelocInfo::IsPosition(rmode)) {
217 if (RelocInfo::IsStatementPosition(rmode)) {
222 } else if (rmode == RelocInfo::EMBEDDED_OBJECT) {
228 } else if (rmode == RelocInfo::EXTERNAL_REFERENCE) {
232 } else if (RelocInfo::IsCodeTarget(rmode)) {
    [all...]
assembler.cc 184 // (The middle_tag encodes rmode - RelocInfo::LAST_COMPACT_ENUM,
321 RelocInfo::Mode rmode = rinfo->rmode(); local
324 if (rmode == RelocInfo::EMBEDDED_OBJECT) {
326 } else if (rmode == RelocInfo::CODE_TARGET) {
329 } else if (rmode == RelocInfo::CODE_TARGET_WITH_ID) {
343 } else if (RelocInfo::IsPosition(rmode)) {
347 int pos_type_tag = (rmode == RelocInfo::POSITION) ? kNonstatementPositionTag
359 } else if (RelocInfo::IsComment(rmode)) {
365 ASSERT(rmode > RelocInfo::LAST_COMPACT_ENUM)
550 int rmode = extra_tag + RelocInfo::LAST_COMPACT_ENUM; local
    [all...]
assembler.h 152 // (rmode), and an optional data field. The relocation mode may be
220 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
221 : pc_(pc), rmode_(rmode), data_(data), host_(host) {
263 Mode rmode() const { return rmode_; } function in class:v8::internal::BASE_EMBEDDED
342 static const char* RelocModeName(Mode rmode);
debug.cc 137 if (RelocInfo::IsPosition(rmode())) {
138 if (RelocInfo::IsStatementPosition(rmode())) {
154 } else if (RelocInfo::IsCodeTarget(rmode())) {
165 RelocInfo::IsConstructCall(rmode())) {
190 if (RelocInfo::IsJSReturn(rmode())) {
354 if (RelocInfo::IsJSReturn(rmode())) {
374 if (RelocInfo::IsJSReturn(rmode())) {
429 ASSERT(RelocInfo::IsConstructCall(rmode()) ||
439 return (RelocInfo::IsJSReturn(rmode()));
450 if (RelocInfo::IsJSReturn(rmode())) {
    [all...]
debug.h 117 inline RelocInfo::Mode rmode() const { function in class:v8::internal::BreakLocationIterator
118 return reloc_iterator_->rinfo()->rmode();
124 return reloc_iterator_original_->rinfo()->rmode();
    [all...]
incremental-marking.cc 171 ASSERT(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT);
180 ASSERT(RelocInfo::IsCodeTarget(rinfo->rmode()));
192 ASSERT((RelocInfo::IsJSReturn(rinfo->rmode()) &&
194 (RelocInfo::IsDebugBreakSlot(rinfo->rmode()) &&
  /external/v8/src/ia32/
assembler-ia32-inl.h 176 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
177 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
183 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
184 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
205 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
206 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
222 RelocInfo::Mode mode = rmode();
250 RelocInfo::Mode mode = rmode();
341 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode, unsigned id) {
342 if (rmode == RelocInfo::CODE_TARGET && id != kNoASTId)
    [all...]
assembler-ia32.cc 229 Operand::Operand(Register base, int32_t disp, RelocInfo::Mode rmode) {
231 if (disp == 0 && rmode == RelocInfo::NONE && !base.is(ebp)) {
235 } else if (is_int8(disp) && rmode == RelocInfo::NONE) {
244 set_dispr(disp, rmode);
253 RelocInfo::Mode rmode) {
256 if (disp == 0 && rmode == RelocInfo::NONE && !base.is(ebp)) {
260 } else if (is_int8(disp) && rmode == RelocInfo::NONE) {
269 set_dispr(disp, rmode);
277 RelocInfo::Mode rmode) {
282 set_dispr(disp, rmode);
1448 emit(reinterpret_cast<intptr_t>(code.location()), rmode, ast_id); local
1498 emit(reinterpret_cast<intptr_t>(code.location()), rmode); local
2497 RelocInfo::Mode rmode = it.rinfo()->rmode(); local
    [all...]
assembler-ia32.h 318 INLINE(explicit Operand(int32_t disp, RelocInfo::Mode rmode));
323 RelocInfo::Mode rmode = RelocInfo::NONE);
330 RelocInfo::Mode rmode = RelocInfo::NONE);
336 RelocInfo::Mode rmode = RelocInfo::NONE);
375 inline void set_dispr(int32_t disp, RelocInfo::Mode rmode);
877 void call(byte* entry, RelocInfo::Mode rmode);
883 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
889 void jmp(byte* entry, RelocInfo::Mode rmode);
892 void jmp(Handle<Code> code, RelocInfo::Mode rmode);
898 void j(Condition cc, byte* entry, RelocInfo::Mode rmode);
    [all...]
debug-ia32.cc 68 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/src/arm/
assembler-arm-inl.h 168 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
169 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
175 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
176 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
197 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
198 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
229 RelocInfo::Mode mode = rmode();
255 RelocInfo::Mode mode = rmode();
278 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
281 rmode_ = rmode;
    [all...]
macro-assembler-arm.cc 84 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
87 mov(ip, Operand(target, rmode));
90 mov(pc, Operand(target, rmode), LeaveCC, cond);
95 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode,
97 ASSERT(!RelocInfo::IsCodeTarget(rmode));
98 Jump(reinterpret_cast<intptr_t>(target), rmode, cond); local
102 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
104 ASSERT(RelocInfo::IsCodeTarget(rmode));
106 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond); local
136 Address target, RelocInfo::Mode rmode, Condition cond)
200 Call(reinterpret_cast<Address>(code.location()), rmode, cond); local
    [all...]
macro-assembler-arm.h 102 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
103 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
107 RelocInfo::Mode rmode,
109 void Call(Address target, RelocInfo::Mode rmode, Condition cond = al);
111 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
115 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
543 RelocInfo::Mode rmode,
    [all...]
assembler-arm.cc     [all...]
debug-arm.cc 83 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/src/mips/
assembler-mips-inl.h 51 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) {
54 rmode_ = rmode;
233 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
234 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
243 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
244 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
263 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
264 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
294 RelocInfo::Mode mode = rmode();
320 RelocInfo::Mode mode = rmode();
    [all...]
assembler-mips.cc 849 bool Assembler::MustUseReg(RelocInfo::Mode rmode) {
850 return rmode != RelocInfo::NONE;
1999 RelocInfo::Mode rmode = it.rinfo()->rmode(); local
    [all...]
macro-assembler-mips.h 176 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
177 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
178 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
181 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
182 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
184 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
188 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
    [all...]
debug-mips.cc 84 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/src/x64/
assembler-x64-inl.h 51 void Assembler::emitq(uint64_t x, RelocInfo::Mode rmode) {
53 if (rmode != RelocInfo::NONE) {
54 RecordRelocInfo(rmode, x);
67 RelocInfo::Mode rmode,
69 ASSERT(RelocInfo::IsCodeTarget(rmode));
70 if (rmode == RelocInfo::CODE_TARGET && ast_id != kNoASTId) {
73 RecordRelocInfo(rmode);
356 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
357 (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
364 ASSERT((IsJSReturn(rmode()) && IsPatchedReturnSequence()) |
    [all...]
assembler-x64.h 710 void movq(Register dst, void* ptr, RelocInfo::Mode rmode);
711 void movq(Register dst, int64_t value, RelocInfo::Mode rmode);
712 void movq(Register dst, const char* s, RelocInfo::Mode rmode);
715 void movq(Register dst, Handle<Object> handle, RelocInfo::Mode rmode);
734 void load_rax(void* ptr, RelocInfo::Mode rmode);
    [all...]
macro-assembler-x64.h 347 RelocInfo::Mode rmode,
    [all...]
assembler-x64.cc 541 RelocInfo::Mode rmode = it.rinfo()->rmode(); local
542 if (rmode == RelocInfo::INTERNAL_REFERENCE) {
877 RelocInfo::Mode rmode,
883 emit_code_target(target, rmode, ast_id);
1525 emitq(reinterpret_cast<uintptr_t>(value), rmode); local
    [all...]
debug-x64.cc 69 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/test/cctest/
test-reloc-info.cc 75 CHECK_EQ(mode, it.rinfo()->rmode());
92 CHECK_EQ(mode, it.rinfo()->rmode());
108 CHECK_EQ(mode, it.rinfo()->rmode());

Completed in 523 milliseconds

1 2