Searched refs:JAL (Results 1 – 25 of 36) sorted by relevance
12
/art/runtime/interpreter/mterp/mips/ |
D | footer.S | 20 JAL(MterpLogDivideByZeroException) 29 JAL(MterpLogArrayIndexException) 38 JAL(MterpLogNegativeArraySizeException) 47 JAL(MterpLogNoSuchMethodException) 56 JAL(MterpLogNullObjectException) 65 JAL(MterpLogExceptionThrownException) 75 JAL(MterpLogSuspendFallback) 96 JAL(MterpHandleException) # (self, shadow_frame) 103 JAL(MterpShouldSwitchInterpreters) 228 JAL(MterpLogOSR) [all …]
|
D | op_return_void.S | 2 JAL(MterpThreadFenceForConstructor) 7 JAL(MterpSuspendCheck) # (self)
|
D | invoke_polymorphic.S | 13 JAL($helper) 16 JAL(MterpShouldSwitchInterpreters)
|
D | invoke.S | 13 JAL($helper) 16 JAL(MterpShouldSwitchInterpreters)
|
D | op_return.S | 8 JAL(MterpThreadFenceForConstructor) 13 JAL(MterpSuspendCheck) # (self)
|
D | op_return_wide.S | 6 JAL(MterpThreadFenceForConstructor) 11 JAL(MterpSuspendCheck) # (self)
|
D | op_return_void_no_barrier.S | 5 JAL(MterpSuspendCheck) # (self)
|
D | op_new_instance.S | 9 JAL(MterpNewInstance)
|
D | op_aput_object.S | 10 JAL(MterpAputObject)
|
D | op_iput_object_quick.S | 7 JAL(MterpIputObjectQuick)
|
D | op_sput_object.S | 12 JAL(MterpSputObject)
|
D | op_iput_object.S | 12 JAL(MterpIputObject)
|
D | op_new_array.S | 14 JAL(MterpNewArray)
|
D | op_packed_switch.S | 18 JAL($func) # a0 <- code-unit branch offset
|
D | op_monitor_enter.S | 9 JAL(artLockObjectFromCode) # v0 <- artLockObject(obj, self)
|
D | op_monitor_exit.S | 13 JAL(artUnlockObjectFromCode) # v0 <- artUnlockObject(obj, self)
|
D | op_filled_new_array.S | 14 JAL($helper) # v0 <- helper(shadow_frame, pc, self)
|
D | const.S | 12 JAL($helper) # v0 <- Mterp(index, tgt_reg, shadow_frame, self)
|
D | op_check_cast.S | 11 JAL(MterpCheckCast) # v0 <- CheckCast(index, &obj, method, self)
|
D | op_long_to_float.S | 16 JAL(__floatdisf)
|
D | op_sget_wide.S | 10 JAL(MterpGet64Static)
|
D | op_sput_wide.S | 13 JAL(MterpSet64Static)
|
D | op_sput.S | 15 JAL($helper)
|
D | op_aget_object.S | 13 JAL(artAGetObjectFromMterp) # v0 <- GetObj(array, index)
|
D | op_const_string_jumbo.S | 9 JAL(MterpConstString) # v0 <- Mterp(index, tgt_reg, shadow_frame, self)
|
12