Home
last modified time | relevance | path

Searched refs:MterpInstanceOf (Results 1 – 11 of 11) sorted by relevance

/art/runtime/interpreter/mterp/mips64/
Dop_instance_of.S8 .extern MterpInstanceOf
15 jal MterpInstanceOf # (index, &obj, method, self)
/art/runtime/interpreter/mterp/arm64/
Dop_instance_of.S14 bl MterpInstanceOf // (index, &obj, method, self)
/art/runtime/interpreter/mterp/x86_64/
Dop_instance_of.S15 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
/art/runtime/interpreter/mterp/arm/
Dop_instance_of.S14 bl MterpInstanceOf @ (index, &obj, method, self)
/art/runtime/interpreter/mterp/x86/
Dop_instance_of.S19 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
/art/runtime/interpreter/mterp/mips/
Dop_instance_of.S15 JAL(MterpInstanceOf) # v0 <- Mterp(index, &obj, method, self)
/art/runtime/interpreter/mterp/
Dmterp.cc303 extern "C" bool MterpInstanceOf(uint32_t index, StackReference<mirror::Object>* vreg_addr, in MterpInstanceOf() function
/art/runtime/interpreter/mterp/out/
Dmterp_arm64.S935 bl MterpInstanceOf // (index, &obj, method, self)
Dmterp_x86_64.S851 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
Dmterp_x86.S924 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
Dmterp_arm.S946 bl MterpInstanceOf @ (index, &obj, method, self)