HomeSort by relevance Sort by last modified time
    Searched refs:RelocInfo (Results 101 - 125 of 195) sorted by null

1 2 3 45 6 7 8

  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 190 RelocInfo::Mode mode,
194 RelocInfo::Mode mode,
lithium-codegen-x87.cc 380 __ call(entry, RelocInfo::RUNTIME_ENTRY);
973 RelocInfo::Mode mode,
990 RelocInfo::Mode mode,
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 132 // Implementation of RelocInfo
134 const int RelocInfo::kApplyMask = 1 << RelocInfo::INTERNAL_REFERENCE |
135 1 << RelocInfo::INTERNAL_REFERENCE_ENCODED;
138 bool RelocInfo::IsCodedSpecially() {
147 bool RelocInfo::IsInConstantPool() {
168 rmode_ = RelocInfo::EMBEDDED_OBJECT;
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 676 int LCodeGen::CallCodeSize(Handle<Code> code, RelocInfo::Mode mode) {
687 RelocInfo::Mode mode,
695 RelocInfo::Mode mode,
828 __ Call(entry, RelocInfo::RUNTIME_ENTRY, eq);
851 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
931 if (position == RelocInfo::kNoPosition) return;
988 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
993 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 343 RelocInfo::Mode mode,
350 RelocInfo::Mode mode,
390 CallCode(ic, RelocInfo::CODE_TARGET, instr);
393 CallCode(isolate()->builtins()->Call(mode), RelocInfo::CODE_TARGET, instr);
423 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
437 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
443 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
447 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
495 if (position == RelocInfo::kNoPosition) return;
852 RelocInfo::RUNTIME_ENTRY))
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 382 __ call(entry, RelocInfo::RUNTIME_ENTRY);
701 RelocInfo::Mode mode,
718 RelocInfo::Mode mode,
834 __ call(entry, RelocInfo::RUNTIME_ENTRY);
853 __ call(entry, RelocInfo::RUNTIME_ENTRY);
935 if (position == RelocInfo::kNoPosition) return;
992 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
997 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 307 __ call(entry, RelocInfo::RUNTIME_ENTRY);
624 RelocInfo::Mode mode,
642 RelocInfo::Mode mode,
757 __ call(entry, RelocInfo::RUNTIME_ENTRY);
781 __ call(entry, RelocInfo::RUNTIME_ENTRY);
865 if (position == RelocInfo::kNoPosition) return;
922 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
927 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 236 // Implementation of RelocInfo
239 const int RelocInfo::kApplyMask = 0;
242 bool RelocInfo::IsCodedSpecially() {
251 bool RelocInfo::IsInConstantPool() {
268 rmode_ = RelocInfo::EMBEDDED_OBJECT;
272 rmode_ = RelocInfo::NONE32;
1060 if (rmode_ == RelocInfo::EXTERNAL_REFERENCE) {
1063 } else if (RelocInfo::IsNone(rmode_)) {
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h     [all...]
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 193 RelocInfo::CODE_TARGET);
200 RelocInfo::EXTERNAL_REFERENCE);
442 __ Move(scratch1, validity_cell, RelocInfo::CELL);
635 __ Move(api_function_address, getter_address, RelocInfo::EXTERNAL_REFERENCE);
  /external/v8/src/x87/
macro-assembler-x87.h 726 void Call(Handle<Code> target, RelocInfo::Mode rmode) { call(target, rmode); }
727 void Jump(Handle<Code> target, RelocInfo::Mode rmode) { jmp(target, rmode); }
    [all...]
  /external/v8/test/cctest/
test-code-stubs-arm64.cc 99 __ Call(start, RelocInfo::EXTERNAL_REFERENCE);
test-code-stubs-mips.cc 107 __ Call(start, RelocInfo::EXTERNAL_REFERENCE);
test-code-stubs-mips64.cc 107 __ Call(start, RelocInfo::EXTERNAL_REFERENCE);
test-assembler-x87.cc 138 __ jmp(NULL, RelocInfo::RUNTIME_ENTRY);
168 __ mov(eax, Operand(reinterpret_cast<intptr_t>(&baz), RelocInfo::NONE32));
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 675 RelocInfo::Mode mode,
682 RelocInfo::Mode mode,
794 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
817 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
898 if (position == RelocInfo::kNoPosition) return;
955 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
960 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 641 void LCodeGen::CallCode(Handle<Code> code, RelocInfo::Mode mode,
647 void LCodeGen::CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode,
763 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
780 __ Call(entry, RelocInfo::RUNTIME_ENTRY);
856 if (position == RelocInfo::kNoPosition) return;
906 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
911 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 98 RelocInfo rinfo(heap_->isolate(), pc, RelocInfo::CODE_TARGET, 0, host);
109 RelocInfo rinfo(heap_->isolate(), pc, RelocInfo::CODE_TARGET, 0, host);
127 RelocInfo* rinfo,
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 209 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
210 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
211 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
214 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
215 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
217 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
221 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
    [all...]
deoptimizer-mips64.cc 66 RelocInfo::NONE32);
71 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32);
macro-assembler-mips64.cc     [all...]
  /external/v8/src/ast/
scopes.cc 210 start_position_ = RelocInfo::kNoPosition;
211 end_position_ = RelocInfo::kNoPosition;
483 proxy, mode, this, RelocInfo::kNoPosition);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 603 Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
608 Jump(stub->GetCode(), RelocInfo::CODE_TARGET);
689 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 66 RelocInfo::NONE32);
71 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32);
  /external/v8/src/profiler/
cpu-profiler.cc 277 RelocInfo::Mode mode = it.rinfo()->rmode();
278 if (RelocInfo::IsPosition(mode)) {

Completed in 5263 milliseconds

1 2 3 45 6 7 8