Searched defs:pc_relative_offset (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.h351 int32_t pc_relative_offset)
556 int32_t pc_relative_offset)
560 offset_(pc_relative_offset) {
548 RelativeCallPatchInformation(const DexFile* dex_file, uint16_t referrer_class_def_idx, uint32_t referrer_method_idx, InvokeType referrer_invoke_type, uint32_t target_method_idx, const DexFile* target_dex_file, InvokeType target_invoke_type, size_t literal_offset, int32_t pc_relative_offset) argument
H A Dcompiler_driver.cc1391 int32_t pc_relative_offset) {
1401 pc_relative_offset));
1383 AddRelativeCodePatch(const DexFile* dex_file, uint16_t referrer_class_def_idx, uint32_t referrer_method_idx, InvokeType referrer_invoke_type, uint32_t target_method_idx, const DexFile* target_dex_file, InvokeType target_invoke_type, size_t literal_offset, int32_t pc_relative_offset) argument

Completed in 43 milliseconds