Searched defs:cur_offset (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/ |
D | mir_graph.cc | 399 BasicBlock* MIRGraph::ProcessCanBranch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, in ProcessCanBranch() 466 BasicBlock* MIRGraph::ProcessCanSwitch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, in ProcessCanSwitch() 542 BasicBlock* MIRGraph::ProcessCanThrow(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, in ProcessCanThrow()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 860 bool MethodVerifier::CheckArrayData(uint32_t cur_offset) { in CheckArrayData() 898 bool MethodVerifier::CheckBranchTarget(uint32_t cur_offset) { in CheckBranchTarget() 930 bool MethodVerifier::GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional, in GetBranchOffset() 968 bool MethodVerifier::CheckSwitchTargets(uint32_t cur_offset) { in CheckSwitchTargets()
|
/art/compiler/ |
D | oat_writer.cc | 410 int cur_offset = cfi_info->size(); in VisitMethod() local
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1494 int cur_offset = 2; // What's the starting offset after the first stp? We expect the base slot in SpillRegsPreIndexed() local
|