Searched refs:MterpInstanceOf (Results 1 – 11 of 11) sorted by relevance
/art/runtime/interpreter/mterp/mips64/ |
D | op_instance_of.S | 8 .extern MterpInstanceOf 15 jal MterpInstanceOf # (index, &obj, method, self)
|
/art/runtime/interpreter/mterp/arm64/ |
D | op_instance_of.S | 14 bl MterpInstanceOf // (index, &obj, method, self)
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_instance_of.S | 15 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
|
/art/runtime/interpreter/mterp/arm/ |
D | op_instance_of.S | 14 bl MterpInstanceOf @ (index, &obj, method, self)
|
/art/runtime/interpreter/mterp/x86/ |
D | op_instance_of.S | 19 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
|
/art/runtime/interpreter/mterp/mips/ |
D | op_instance_of.S | 15 JAL(MterpInstanceOf) # v0 <- Mterp(index, &obj, method, self)
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 303 extern "C" bool MterpInstanceOf(uint32_t index, StackReference<mirror::Object>* vreg_addr, in MterpInstanceOf() function
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 935 bl MterpInstanceOf // (index, &obj, method, self)
|
D | mterp_x86_64.S | 851 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
|
D | mterp_x86.S | 924 call SYMBOL(MterpInstanceOf) # (index, &obj, method, self)
|
D | mterp_arm.S | 946 bl MterpInstanceOf @ (index, &obj, method, self)
|