Searched refs:AddInvoke (Results 1 – 4 of 4) sorted by relevance
146 void AddInvoke(InvokeType type, uint32_t dex_method_index);
989 stream.AddInvoke(kSuper, 1); in TEST()992 stream.AddInvoke(kStatic, 3); in TEST()995 stream.AddInvoke(kDirect, 65535); in TEST()
106 void StackMapStream::AddInvoke(InvokeType invoke_type, uint32_t dex_method_index) { in AddInvoke() function in art::StackMapStream
1031 stack_map_stream->AddInvoke(invoke->GetInvokeType(), invoke->GetDexMethodIndex()); in RecordPcInfo()