Home
last modified time | relevance | path

Searched refs:Position (Results 1 – 9 of 9) sorted by relevance

/art/compiler/utils/
Dlabel.h84 int Position() const { in Position() function
/art/compiler/optimizing/
Dcode_generator_x86.h373 return GetLabelOf(block)->Position(); in GetAddressOf()
Dcode_generator_x86_64.h356 return GetLabelOf(block)->Position(); in GetAddressOf()
Dinstruction_builder.cc478 static bool Position(void* ctx, const DexFile::PositionInfo& entry) { in FindNativeDebugInfoLocations() function
489 Callback::Position, in FindNativeDebugInfoLocations()
Dcode_generator_x86_64.cc1107 uint32_t literal_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in EmitPcRelativeLinkerPatches()
1109 Factory(literal_offset, info.target_dex_file, info.label.Position(), info.offset_or_index)); in EmitPcRelativeLinkerPatches()
7050 int32_t offset_to_block = l->Position() - current_table_offset; in CreateJumpTable()
7152 uint32_t code_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in PatchJitRootUse()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3010 int offset = label->Position() - buffer_.Size(); in j()
3032 int offset = label->Position() - buffer_.Size(); in j()
3048 int offset = label->Position() - buffer_.Size(); in jrcxz()
3079 int offset = label->Position() - buffer_.Size(); in jmp()
3099 int offset = label->Position() - buffer_.Size(); in jmp()
3436 int offset = label->Position() - buffer_.Size(); in EmitLabel()
Dassembler_x86_64.h338 using Label::Position;
/art/compiler/utils/x86/
Dassembler_x86.h249 using Label::Position;
/art/compiler/utils/mips64/
Dassembler_mips64.cc2799 uint32_t branch_id = label->Position(); in Bind()
2825 uint32_t target = label->Position(); in GetLabelLocation()