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

12 3

  /external/v8/src/
frames.cc 195 return (pc >= interpreter_entry_trampoline->instruction_start() &&
197 (pc >= interpreter_bytecode_advance->instruction_start() &&
199 (pc >= interpreter_bytecode_dispatch->instruction_start() &&
413 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start());
418 pc = holder->instruction_start() + pc_offset;
742 int code_offset = static_cast<int>(pc() - code->instruction_start());
995 int offset = static_cast<int>(pc() - code->instruction_start());
    [all...]
log.cc 278 reinterpret_cast<uintptr_t>(code->instruction_start()),
389 event.code_address = code->instruction_start();
394 reinterpret_cast<const char*>(code->instruction_start()),
400 event.from_address = from->instruction_start();
401 size_t header_size = from->instruction_start() - from->address();
453 event.code_start = code->instruction_start();
470 event.code_start = from->instruction_start();
474 const size_t header_size = from->instruction_start() - from->address();
513 event.code_start = code->instruction_start();
    [all...]
type-info.cc 534 info->set_pc(new_code->instruction_start() +
535 (info->pc() - old_code->instruction_start()));
disassembler.cc 49 int offs = static_cast<int>(pc - code_->instruction_start());
deoptimizer.cc     [all...]
  /external/v8/src/x87/
deoptimizer-x87.cc 95 Address code_start_address = code->instruction_start();
103 pointer = code->instruction_start();
112 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset,
codegen-x87.cc 373 patcher.masm()->call(stub->instruction_start(), RelocInfo::NONE32);
assembler-x87-inl.h 219 isolate_, pc_ + 1, host_, stub->instruction_start(), icache_flush_mode);
  /external/v8/src/heap/
remembered-set.h 307 rinfo->set_target_address(Code::cast(target)->instruction_start());
337 rinfo->set_debug_call_address(Code::cast(target)->instruction_start());
  /external/v8/src/ppc/
codegen-ppc.cc 226 intptr_t target = reinterpret_cast<intptr_t>(stub->instruction_start());
assembler-ppc-inl.h 287 stub->instruction_start(),
  /external/v8/src/s390/
codegen-s390.cc 216 intptr_t target = reinterpret_cast<intptr_t>(stub->instruction_start());
assembler-s390-inl.h 263 stub->instruction_start(),
  /external/v8/src/x64/
codegen-x64.cc 225 patcher.masm()->call(stub->instruction_start());
  /external/v8/src/arm64/
deoptimizer-arm64.cc 40 Address code_start_address = code->instruction_start();
  /external/v8/src/mips/
assembler-mips-inl.h 326 stub->instruction_start());
  /external/v8/src/mips64/
assembler-mips64-inl.h 308 stub->instruction_start());
  /external/v8/src/regexp/
regexp-macro-assembler.cc 163 DCHECK(re_code->instruction_start() <= *return_address);
  /external/v8/src/runtime/
runtime-compiler.cc 278 static_cast<uint32_t>(frame->pc() - caller_code->instruction_start());
  /external/v8/src/profiler/
profile-generator.cc 676 pc_entry->instruction_start());
705 static_cast<int>(stack_pos - entry->instruction_start());
  /external/v8/src/snapshot/
deserializer.cc 51 Assembler::FlushICache(isolate_, code->instruction_start(),
562 reinterpret_cast<Object*>(new_code_object->instruction_start()); \
    [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 213 stub->instruction_start();
  /external/v8/src/debug/
debug.h 175 debug_info_->DebugCode()->instruction_start());
  /external/v8/src/ia32/
assembler-ia32-inl.h 219 isolate_, pc_ + 1, host_, stub->instruction_start(), icache_flush_mode);
  /external/v8/src/wasm/
wasm-debug.cc 334 it.rinfo()->set_target_address(new_target->instruction_start());

Completed in 1018 milliseconds

12 3