Home
last modified time | relevance | path

Searched refs:last_pc_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ia32/
Dassembler-ia32.cc324 last_pc_ = NULL; in Assembler()
372 last_pc_ = pc_; in cpuid()
380 last_pc_ = pc_; in pushad()
387 last_pc_ = pc_; in popad()
394 last_pc_ = pc_; in pushfd()
401 last_pc_ = pc_; in popfd()
408 last_pc_ = pc_; in push()
421 last_pc_ = pc_; in push()
428 last_pc_ = pc_; in push()
436 if (FLAG_push_pop_elimination && (reloc_info_writer.last_pc() <= last_pc_)) { in pop()
[all …]
Dassembler-ia32.h884 byte* last_pc_; variable
/external/v8/src/x64/
Dassembler-x64.cc288 last_pc_ = NULL; in Assembler()
337 last_pc_ = NULL; in bind_to()
409 if (last_pc_ != NULL) { in GrowBuffer()
410 last_pc_ += pc_delta; in GrowBuffer()
449 last_pc_ = pc_; in arithmetic_op()
458 last_pc_ = pc_; in arithmetic_op()
467 last_pc_ = pc_; in arithmetic_op_16()
479 last_pc_ = pc_; in arithmetic_op_16()
489 last_pc_ = pc_; in arithmetic_op_32()
500 last_pc_ = pc_; in arithmetic_op_32()
[all …]
Dassembler-x64.h1343 byte* last_pc_; variable
/external/v8/src/
Dassembler.h257 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_data_(0) {} in RelocInfoWriter()
258 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc), in RelocInfoWriter()
262 byte* last_pc() const { return last_pc_; } in last_pc()
270 last_pc_ = pc; in Reposition()
289 byte* last_pc_; variable
Dassembler.cc212 ASSERT(rinfo->pc() - last_pc_ >= 0); in Write()
215 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_); in Write()
252 last_pc_ = rinfo->pc(); in Write()