Searched refs:current_pc (Results 1 - 16 of 16) sorted by relevance

/external/lldb/source/Symbol/
H A DFuncUnwinders.cpp82 Address current_pc (m_range.GetBaseAddress ());
84 current_pc.SetOffset (current_pc.GetOffset() + current_offset);
90 if (!eh_frame->GetUnwindPlan (current_pc, *m_unwind_plan_call_site_sp))
169 Address current_pc; local
205 Address current_pc; local
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc2160 int32_t current_pc = get_pc(); local
2494 current_pc+Instruction::kInstrSize);
2502 current_pc+Instruction::kInstrSize);
2505 current_pc + 2 * Instruction::kInstrSize);
2695 int32_t current_pc = get_pc(); local
2727 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2729 next_pc = current_pc + kBranchReturnOffset;
2738 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2740 next_pc = current_pc + kBranchReturnOffset;
2749 next_pc = current_pc
[all...]
H A Dlithium-codegen-mips.cc5640 int current_pc = masm()->pc_offset(); local
5641 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
5642 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc2286 int64_t current_pc = get_pc(); local
2615 current_pc+Instruction::kInstrSize);
2623 current_pc+Instruction::kInstrSize);
2626 current_pc + 2 * Instruction::kInstrSize);
2824 int64_t current_pc = get_pc(); local
2858 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2860 next_pc = current_pc + kBranchReturnOffset;
2868 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2870 next_pc = current_pc + kBranchReturnOffset;
2878 next_pc = current_pc
[all...]
H A Dlithium-codegen-mips64.cc5673 int current_pc = masm()->pc_offset(); local
5674 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
5675 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp101 addr_t current_pc = reg_ctx_sp->GetPC(); local
103 if (current_pc == LLDB_INVALID_ADDRESS)
117 current_pc = abi->FixCodeAddress(current_pc);
119 // Initialize m_current_pc, an Address object, based on current_pc, an addr_t.
120 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (current_pc, m_current_pc);
/external/qemu/
H A Dtranslate-all.c1057 target_ulong current_pc = 0; local
1111 cpu_get_tb_cpu_state(env, &current_pc, &current_cs_base,
1147 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1);
1200 target_ulong current_pc = 0; local
1230 cpu_get_tb_cpu_state(env, &current_pc, &current_cs_base,
1244 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1);
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc857 int current_pc = masm()->pc_offset(); local
858 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
861 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc858 intptr_t current_pc = masm()->pc_offset(); local
860 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) {
861 intptr_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc946 int current_pc = masm()->pc_offset(); local
947 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
948 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc1011 int current_pc = masm()->pc_offset(); local
1012 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
1013 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc5626 int current_pc = masm()->pc_offset(); local
5627 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
5630 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc1153 intptr_t current_pc = masm()->pc_offset(); local
1155 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) {
1156 ptrdiff_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc5434 int current_pc = masm()->pc_offset(); local
5435 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
5436 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc5620 int current_pc = masm()->pc_offset(); local
5621 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
5622 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc6028 int current_pc = masm()->pc_offset(); local
6029 if (current_pc < last_lazy_deopt_pc_ + space_needed) {
6030 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc;

Completed in 1701 milliseconds