HomeSort by relevance Sort by last modified time
    Searched refs:RelocInfo (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/v8/src/
serialize.h 306 virtual void VisitRuntimeEntry(RelocInfo* rinfo) {
455 void VisitCodeTarget(RelocInfo* target);
457 void VisitGlobalPropertyCell(RelocInfo* rinfo);
458 void VisitRuntimeEntry(RelocInfo* reloc);
mark-compact.cc 459 static inline void VisitCodeTarget(Heap* heap, RelocInfo* rinfo) {
460 ASSERT(RelocInfo::IsCodeTarget(rinfo->rmode()));
471 static void VisitGlobalPropertyCell(Heap* heap, RelocInfo* rinfo) {
472 ASSERT(rinfo->rmode() == RelocInfo::GLOBAL_PROPERTY_CELL);
481 static inline void VisitDebugTarget(Heap* heap, RelocInfo* rinfo) {
482 ASSERT((RelocInfo::IsJSReturn(rinfo->rmode()) &&
484 (RelocInfo::IsDebugBreakSlot(rinfo->rmode()) &&
535 static inline void VisitRuntimeEntry(RelocInfo* rinfo) { }
871 void VisitCodeTarget(Heap* heap, RelocInfo* rinfo) {
875 void VisitGlobalPropertyCell(Heap* heap, RelocInfo* rinfo)
    [all...]
scopes.h 161 int position = RelocInfo::kNoPosition);
477 int position = RelocInfo::kNoPosition) {
debug.h 114 inline RelocInfo* rinfo() { return reloc_iterator_->rinfo(); }
115 inline RelocInfo::Mode rmode() const {
118 inline RelocInfo* original_rinfo() {
121 inline RelocInfo::Mode original_rmode() const {
255 static bool IsDebugBreakAtReturn(RelocInfo* rinfo);
263 static Handle<Code> FindDebugBreak(Handle<Code> code, RelocInfo::Mode mode);
    [all...]
liveedit.cc 875 virtual void VisitCodeTarget(RelocInfo* rinfo) {
876 if (RelocInfo::IsCodeTarget(rinfo->rmode()) &&
882 virtual void VisitDebugTarget(RelocInfo* rinfo) {
905 ZoneList<RelocInfo> reloc_infos_;
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 111 __ movq(rcx, kNaNValue, RelocInfo::NONE);
debug-x64.cc 68 bool Debug::IsDebugBreakAtReturn(v8::internal::RelocInfo* rinfo) {
69 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
macro-assembler-x64.h 253 RelocInfo::Mode rmode,
288 RelocInfo::NONE);
689 void Jump(Address destination, RelocInfo::Mode rmode);
691 void Jump(Handle<Code> code_object, RelocInfo::Mode rmode);
693 void Call(Address destination, RelocInfo::Mode rmode);
695 void Call(Handle<Code> code_object, RelocInfo::Mode rmode);
698 int CallSize(Address destination, RelocInfo::Mode rmode) {
718 Call(self, RelocInfo::CODE_TARGET);
    [all...]
builtins-x64.cc 102 RelocInfo::CODE_TARGET);
346 RelocInfo::CODE_TARGET, CALL_FUNCTION);
497 RelocInfo::CODE_TARGET);
738 RelocInfo::CODE_TARGET);
753 RelocInfo::CODE_TARGET);
869 __ Call(ic, RelocInfo::CODE_TARGET);
    [all...]
lithium-codegen-x64.h 166 RelocInfo::Mode mode,
173 RelocInfo::Mode mode,
full-codegen-x64.cc 746 EmitCallIC(ic, RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 485 RelocInfo::Mode mode,
492 RelocInfo::Mode mode,
601 __ Jump(entry, RelocInfo::RUNTIME_ENTRY);
607 __ Jump(entry, RelocInfo::RUNTIME_ENTRY);
613 __ Jump(entry, RelocInfo::RUNTIME_ENTRY);
616 __ Jump(entry, RelocInfo::RUNTIME_ENTRY, cc);
713 LPointerMap empty_pointers(RelocInfo::kNoPosition);
736 if (!FLAG_debug_info || position == RelocInfo::kNoPosition) return;
785 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
790 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr)
    [all...]
assembler-arm.cc 113 // Implementation of RelocInfo
115 const int RelocInfo::kApplyMask = 0;
118 bool RelocInfo::IsCodedSpecially() {
127 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
142 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
159 rmode_ = RelocInfo::EMBEDDED_OBJECT;
163 rmode_ = RelocInfo::NONE;
763 if (rmode_ == RelocInfo::EXTERNAL_REFERENCE) {
770 } else if (rmode_ == RelocInfo::NONE) {
    [all...]
lithium-codegen-arm.h 182 RelocInfo::Mode mode,
186 RelocInfo::Mode mode,
regexp-macro-assembler-arm.cc 201 __ cmp(r0, Operand(0, RelocInfo::NONE));
216 __ cmp(r0, Operand(0, RelocInfo::NONE));
379 __ cmp(r0, Operand(0, RelocInfo::NONE));
650 __ cmp(r0, Operand(0, RelocInfo::NONE));
677 __ mov(r1, Operand(0, RelocInfo::NONE), LeaveCC, ne);
700 __ cmp(r0, Operand(0, RelocInfo::NONE));
767 __ cmp(r0, Operand(0, RelocInfo::NONE));
794 __ cmp(r0, Operand(0, RelocInfo::NONE));
    [all...]
full-codegen-arm.cc 786 EmitCallIC(ic, RelocInfo::CODE_TARGET);
    [all...]
stub-cache-arm.cc 521 __ Jump(ic, RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 139 // Implementation of RelocInfo.
141 const int RelocInfo::kApplyMask = 0;
144 bool RelocInfo::IsCodedSpecially() {
153 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
167 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
184 rmode_ = RelocInfo::EMBEDDED_OBJECT;
188 rmode_ = RelocInfo::NONE;
617 bool Assembler::MustUseReg(RelocInfo::Mode rmode) {
618 return rmode != RelocInfo::NONE;
    [all...]
virtual-frame-mips.h 303 void CallLoadIC(Handle<String> name, RelocInfo::Mode mode);
322 RelocInfo::Mode rmode,
full-codegen-mips.cc 414 RelocInfo::Mode mode) {
421 RelocInfo::Mode mode) {
695 void FullCodeGenerator::EmitCallIC(Handle<Code> ic, RelocInfo::Mode mode) {
assembler-mips.h 303 RelocInfo::Mode rmode = RelocInfo::NONE));
322 RelocInfo::Mode rmode_;
492 // Used in RelocInfo::target_address_address() function to tell serializer
842 bool MustUseReg(RelocInfo::Mode rmode);
845 void RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data = 0);
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 412 RelocInfo::Mode mode,
437 RelocInfo::Mode mode,
553 __ jmp(entry, RelocInfo::RUNTIME_ENTRY);
564 __ jmp(entry, RelocInfo::RUNTIME_ENTRY);
570 __ jmp(entry, RelocInfo::RUNTIME_ENTRY);
573 __ j(cc, entry, RelocInfo::RUNTIME_ENTRY, not_taken);
665 LPointerMap empty_pointers(RelocInfo::kNoPosition);
679 if (!FLAG_debug_info || position == RelocInfo::kNoPosition) return;
729 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED);
734 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED)
    [all...]
debug-ia32.cc 67 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
68 ASSERT(RelocInfo::IsJSReturn(rinfo->rmode()));
lithium-codegen-ia32.h 179 RelocInfo::Mode mode,
184 RelocInfo::Mode mode,
full-codegen-ia32.cc 745 EmitCallIC(ic, RelocInfo::CODE_TARGET);
    [all...]

Completed in 836 milliseconds

12 3 4