HomeSort by relevance Sort by last modified time
    Searched refs:last_pc (Results 1 - 11 of 11) sorted by null

  /external/oprofile/daemon/
opd_trans.h 50 vma_t last_pc; member in struct:transient
69 trans->last_pc = trans->pc;
opd_trans.c 303 .last_pc = 0,
opd_sfile.c 390 vma_t to = trans->last_pc;
  /external/v8/src/
assembler.h 262 byte* last_pc() const { return last_pc_; } function in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/mips/
simulator-mips.cc 242 intptr_t last_pc = -1; local
265 if (last_pc != sim_->get_pc()) {
273 last_pc = sim_->get_pc();
    [all...]
assembler-mips.cc 1099 reloc_info_writer.last_pc() + pc_delta);
  /external/v8/src/ia32/
assembler-ia32.cc 435 ASSERT(reloc_info_writer.last_pc() != NULL);
436 if (FLAG_push_pop_elimination && (reloc_info_writer.last_pc() <= last_pc_)) {
800 ASSERT(reloc_info_writer.last_pc() != NULL);
801 if (FLAG_push_pop_elimination && (reloc_info_writer.last_pc() <= last_pc_)) {
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 198 intptr_t last_pc = -1; local
221 if (last_pc != sim_->get_pc()) {
229 last_pc = sim_->get_pc();
    [all...]
assembler-arm.cc 933 reloc_info_writer.last_pc() <= (pc_ - pattern_size) &&
    [all...]
assembler-thumb2.cc 913 reloc_info_writer.last_pc() <= (pc_ - pattern_size) &&
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 413 reloc_info_writer.last_pc() + pc_delta);
    [all...]

Completed in 130 milliseconds