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

/art/compiler/driver/
H A Dcompiler_driver.h337 InvokeType referrer_invoke_type,
346 InvokeType referrer_invoke_type,
356 InvokeType referrer_invoke_type,
515 InvokeType referrer_invoke_type,
522 referrer_invoke_type_(referrer_invoke_type),
551 InvokeType referrer_invoke_type,
558 referrer_method_idx, referrer_invoke_type, target_method_idx,
512 CallPatchInformation(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) argument
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.cc1368 InvokeType referrer_invoke_type,
1377 referrer_invoke_type,
1386 InvokeType referrer_invoke_type,
1396 referrer_invoke_type,
1406 InvokeType referrer_invoke_type,
1415 referrer_invoke_type,
1365 AddCodePatch(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) argument
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
1403 AddMethodPatch(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) argument

Completed in 38 milliseconds