OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_handle_idx
(Results
1 - 9
of
9
) sorted by null
/art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc
184
extern "C" mirror::MethodHandle* artResolveMethodHandleFromCode(uint32_t
method_handle_idx
,
191
ObjPtr<mirror::MethodHandle> result = ResolveMethodHandleFromCode(caller,
method_handle_idx
);
/art/runtime/entrypoints/
entrypoint_utils.cc
261
uint32_t
method_handle_idx
) {
264
return class_linker->ResolveMethodHandle(Thread::Current(),
method_handle_idx
, referrer);
entrypoint_utils.h
168
uint32_t
method_handle_idx
)
/art/compiler/optimizing/
instruction_builder.h
237
void BuildLoadMethodHandle(uint16_t
method_handle_idx
, uint32_t dex_pc);
instruction_builder.cc
3044
uint16_t
method_handle_idx
= instruction.VRegB_21c();
local
[
all
...]
nodes.h
[
all
...]
/art/dexdump/
dexdump.cc
1679
uint32_t
method_handle_idx
= static_cast<uint32_t>(it.GetJavaValue().i);
local
[
all
...]
/art/runtime/
class_linker.h
407
uint32_t
method_handle_idx
,
[
all
...]
class_linker.cc
[
all
...]
Completed in 322 milliseconds