Home
last modified time | relevance | path

Searched refs:AddInvoke (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.h146 void AddInvoke(InvokeType type, uint32_t dex_method_index);
Dstack_map_test.cc989 stream.AddInvoke(kSuper, 1); in TEST()
992 stream.AddInvoke(kStatic, 3); in TEST()
995 stream.AddInvoke(kDirect, 65535); in TEST()
Dstack_map_stream.cc106 void StackMapStream::AddInvoke(InvokeType invoke_type, uint32_t dex_method_index) { in AddInvoke() function in art::StackMapStream
Dcode_generator.cc1031 stack_map_stream->AddInvoke(invoke->GetInvokeType(), invoke->GetDexMethodIndex()); in RecordPcInfo()