Searched defs:invoke_type (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | dex_method_iterator_test.cc | 40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
|
D | stack_map.h | 1238 ALWAYS_INLINE void SetInvokeType(const InvokeInfoEncoding& encoding, uint32_t invoke_type) { in SetInvokeType()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 111 InvokeType invoke_type) { in ResolveMethod()
|
D | compiler_driver.cc | 368 InvokeType invoke_type, in SetupIntrinsic() 495 InvokeType invoke_type, in CompileMethod() 647 InvokeType invoke_type = method->GetInvokeType(); in CompileOne() local
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 111 InvokeType invoke_type = invoke->GetInvokeType(); in CheckInvokeType() local
|
D | stack_map_stream.h | 123 InvokeType invoke_type; member
|
D | optimizing_compiler.cc | 888 InvokeType invoke_type, in TryCompile() 1037 InvokeType invoke_type, in Compile() 1157 const InvokeType invoke_type = method->GetInvokeType(); in JitCompile() local
|
D | stack_map_stream.cc | 100 void StackMapStream::AddInvoke(InvokeType invoke_type, uint32_t dex_method_index) { in AddInvoke()
|
D | instruction_builder.cc | 708 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod() 805 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
|
D | inliner.cc | 1635 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
|
D | nodes.h | 4068 InvokeType invoke_type) in HInvoke() 4104 InvokeType invoke_type) in HInvokeUnresolved() 4207 InvokeType invoke_type, in HInvokeStaticOrDirect()
|
/art/dexlayout/ |
D | dexlayout.cc | 1691 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local 1744 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 370 static bool GetInvokeType(ArtMethod** sp, InvokeType* invoke_type, uint32_t* dex_method_index) in GetInvokeType() 1078 InvokeType invoke_type; in artQuickResolutionTrampoline() local
|
/art/compiler/ |
D | oat_writer.cc | 1202 const InvokeType invoke_type = it.GetMethodInvokeType( in VisitMethod() local
|