Searched defs:new_pc (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc216 int32_t new_pc = pool_manager_.Emit(this, GetCursorOffset(), size); local
217 VIXL_ASSERT(new_pc == GetCursorOffset());
218 USE(new_pc);
H A Dmacro-assembler-aarch32.h406 int32_t new_pc = pool_manager_.Emit(this, pc, kPaddingBytes); variable
407 USE(new_pc); variable
408 VIXL_ASSERT(new_pc == GetCursorOffset());
447 int32_t new_pc = pool_manager_.Emit(this, local
452 USE(new_pc);
453 VIXL_ASSERT(new_pc == GetCursorOffset());
468 int32_t new_pc = pool_manager_.Emit(this, pc, total_size); local
469 USE(new_pc);
470 VIXL_ASSERT(new_pc == GetCursorOffset());
482 int32_t new_pc local
[all...]
/external/vixl/test/
H A Dtest-pool-manager.cc615 int32_t new_pc = pool_manager.Emit(&masm, local
621 USE(new_pc);
622 VIXL_ASSERT(new_pc == min_location + object_size);
646 int32_t new_pc = pool_manager.Emit(&masm, local
653 USE(new_pc);
654 VIXL_ASSERT(new_pc == AlignUp(pc, object_alignment) + object_size);
753 int32_t new_pc = local
756 VIXL_ASSERT(new_pc == pc + kPoolSize);
757 pc = new_pc;
767 new_pc
837 int32_t new_pc = local
[all...]
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h867 void WritePc(const Instruction* new_pc, argument
869 if (log_mode == LogBranches) LogTakenBranch(new_pc);
870 pc_ = Memory::AddressUntag(new_pc);
873 VIXL_DEPRECATED("WritePc", void set_pc(const Instruction* new_pc)) {
874 return WritePc(new_pc);
/external/v8/src/debug/
H A Ddebug.cc1217 Address new_pc = ComputeNewPcForRedirect(new_code, frame_code, old_pc); local
1223 reinterpret_cast<intptr_t>(new_pc));
1233 frame->set_pc(new_pc);

Completed in 313 milliseconds