HomeSort by relevance Sort by last modified time
    Searched refs:RelocInfo (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/v8/src/mips64/
debug-mips64.cc 56 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
57 DCHECK(RelocInfo::IsJSReturn(rinfo->rmode()));
assembler-mips64.cc 175 // Implementation of RelocInfo.
177 const int RelocInfo::kApplyMask = RelocInfo::kCodeTargetMask |
178 1 << RelocInfo::INTERNAL_REFERENCE;
181 bool RelocInfo::IsCodedSpecially() {
189 bool RelocInfo::IsInConstantPool() {
195 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
209 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
227 rmode_ = RelocInfo::EMBEDDED_OBJECT;
231 rmode_ = RelocInfo::NONE64
    [all...]
builtins-mips64.cc 690 __ Call(code, RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/
rewriter.cc 60 Token::ASSIGN, result_proxy, value, RelocInfo::kNoPosition);
248 DCHECK(function->end_position() != RelocInfo::kNoPosition);
debug.h 102 inline RelocInfo* rinfo() { return reloc_iterator_->rinfo(); }
103 inline RelocInfo::Mode rmode() const {
106 inline RelocInfo* original_rinfo() {
109 inline RelocInfo::Mode original_rmode() const {
427 static bool IsDebugBreakAtReturn(RelocInfo* rinfo);
  /external/v8/src/x64/
debug-x64.cc 42 bool Debug::IsDebugBreakAtReturn(v8::internal::RelocInfo* rinfo) {
43 DCHECK(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/src/x87/
debug-x87.cc 42 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
43 DCHECK(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/src/arm/
macro-assembler-arm.h 87 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al);
93 RelocInfo::Mode rmode,
98 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
99 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
101 void Call(Address target, RelocInfo::Mode rmode,
105 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
109 RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
    [all...]
assembler-arm.h 490 RelocInfo::Mode rmode = RelocInfo::NONE32));
550 RelocInfo::Mode rmode_;
654 const RelocInfo& rinfo);
679 ConstantPoolEntry(RelocInfo rinfo, ConstantPoolArray::LayoutSection section,
683 RelocInfo rinfo_;
688 ConstantPoolArray::Type GetConstantPoolType(RelocInfo::Mode rmode);
    [all...]
lithium-codegen-arm.h 186 int CallCodeSize(Handle<Code> code, RelocInfo::Mode mode);
190 RelocInfo::Mode mode,
196 RelocInfo::Mode mode,
debug-arm.cc 49 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
50 DCHECK(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/src/mips/
assembler-mips.cc 197 // Implementation of RelocInfo.
199 const int RelocInfo::kApplyMask = RelocInfo::kCodeTargetMask |
200 1 << RelocInfo::INTERNAL_REFERENCE;
203 bool RelocInfo::IsCodedSpecially() {
211 bool RelocInfo::IsInConstantPool() {
217 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
231 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
249 rmode_ = RelocInfo::EMBEDDED_OBJECT;
253 rmode_ = RelocInfo::NONE32
    [all...]
builtins-mips.cc 678 __ Call(code, RelocInfo::CODE_TARGET);
    [all...]
debug-mips.cc 57 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
58 DCHECK(RelocInfo::IsJSReturn(rinfo->rmode()));
  /external/v8/src/ic/ia32/
ic-compiler-ia32.cc 112 __ jmp(handler_stubs->at(i), RelocInfo::CODE_TARGET);
  /external/v8/src/ic/x87/
ic-compiler-x87.cc 112 __ jmp(handler_stubs->at(i), RelocInfo::CODE_TARGET);
  /external/v8/test/cctest/
test-code-stubs-arm.cc 100 __ Call(start, RelocInfo::EXTERNAL_REFERENCE);
test-code-stubs-arm64.cc 96 __ Call(start, RelocInfo::EXTERNAL_REFERENCE);
test-code-stubs-ia32.cc 86 __ call(start, RelocInfo::EXTERNAL_REFERENCE);
test-code-stubs-x64.cc 89 __ Call(start, RelocInfo::EXTERNAL_REFERENCE);
test-code-stubs-x87.cc 86 __ call(start, RelocInfo::EXTERNAL_REFERENCE);
test-disasm-x87.cc 73 __ add(edx, Operand(12, RelocInfo::NONE32));
286 __ call(ic, RelocInfo::CODE_TARGET);
288 __ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY);
296 __ jmp(ic, RelocInfo::CODE_TARGET);
  /external/v8/src/arm64/
debug-arm64.cc 69 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
70 DCHECK(RelocInfo::IsJSReturn(rinfo->rmode()));
macro-assembler-arm64.h     [all...]
  /external/v8/src/heap/
mark-compact.cc 72 void VisitEmbeddedPointer(RelocInfo* rinfo) {
73 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT);
80 void VisitCell(RelocInfo* rinfo) {
82 DCHECK(rinfo->rmode() == RelocInfo::CELL);
    [all...]

Completed in 443 milliseconds

1 23 4 5 6 7