Searched refs:handle (Results 1 – 25 of 99) sorted by relevance
1234
/dalvik/vm/ |
D | Native.cpp | 152 void* handle; /* from dlopen */ member 236 dlclose(pLib->handle); in freeSharedLibEntry() 322 void* handle; in dvmLoadNativeCode() local 383 handle = dlopen(pathName, RTLD_LAZY); in dvmLoadNativeCode() 386 if (handle == NULL) { in dvmLoadNativeCode() 396 pNewEntry->handle = handle; in dvmLoadNativeCode() 418 vonLoad = dlsym(handle, "JNI_OnLoad"); in dvmLoadNativeCode() 719 func = dlsym(pLib->handle, mangleCM); in findMethodInLib() 733 func = dlsym(pLib->handle, mangleCMSig); in findMethodInLib()
|
/dalvik/vm/mterp/mips/ |
D | OP_THROW_VERIFICATION_ERROR.S | 14 b common_exceptionThrown # handle exception
|
D | OP_NEW_ARRAY.S | 35 beqz v0, common_exceptionThrown # yes, handle the exception 57 beqz v0, common_exceptionThrown # yes, handle exception
|
D | OP_THROW_VERIFICATION_ERROR_JUMBO.S | 16 b common_exceptionThrown # handle exception
|
D | OP_INVOKE_STATIC_JUMBO.S | 37 beqz v0, common_exceptionThrown # null, handle exception 52 b common_exceptionThrown # yes, handle exception
|
D | OP_INVOKE_STATIC.S | 38 beqz v0, common_exceptionThrown # null, handle exception 53 b common_exceptionThrown # yes, handle exception
|
D | OP_NEW_ARRAY_JUMBO.S | 41 beqz v0, common_exceptionThrown # yes, handle the exception 65 beqz v0, common_exceptionThrown # yes, handle exception
|
D | OP_INVOKE_INTERFACE.S | 27 beqz v0, common_exceptionThrown # yes, handle exception
|
D | OP_INVOKE_INTERFACE_JUMBO.S | 24 beqz v0, common_exceptionThrown # yes, handle exception
|
D | OP_CONST_STRING.S | 23 beqz v0, common_exceptionThrown # yup, handle the exception
|
D | OP_CONST_CLASS.S | 24 beqz v0, common_exceptionThrown # yup, handle the exception
|
D | OP_EXECUTE_INLINE_RANGE.S | 26 beqz v0, common_exceptionThrown # returned false, handle exception 89 beqz rOBJ, common_exceptionThrown # returned false, handle exception
|
D | OP_CONST_CLASS_JUMBO.S | 27 beqz v0, common_exceptionThrown # yup, handle the exception
|
D | OP_CONST_STRING_JUMBO.S | 26 beqz v0, common_exceptionThrown # yup, handle the exception
|
D | OP_INVOKE_DIRECT_JUMBO.S | 36 beqz v0, common_exceptionThrown # yes, handle exception
|
D | OP_INVOKE_DIRECT.S | 35 beqz v0, common_exceptionThrown # yes, handle exception
|
/dalvik/vm/mterp/armv5te/ |
D | OP_THROW_VERIFICATION_ERROR.S | 13 b common_exceptionThrown @ handle exception
|
D | OP_INVOKE_STATIC.S | 39 beq common_exceptionThrown @ null, handle exception 53 b common_exceptionThrown @ yes, handle exception
|
D | OP_INVOKE_INTERFACE.S | 26 beq common_exceptionThrown @ yes, handle exception
|
D | OP_NEW_ARRAY.S | 56 beq common_exceptionThrown @ yes, handle the exception
|
/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_MEM_OP_DECODE.S | 14 blx r2 @ decode and handle the mem op
|
/dalvik/vm/mterp/x86/ |
D | OP_THROW_VERIFICATION_ERROR.S | 16 jmp common_exceptionThrown # handle exception
|
D | footer.S | 449 jl 1f # handle 1 arg 450 je 2f # handle 2 args 452 jl 3f # handle 3 args 453 je 4f # handle 4 args 508 jl .LstackOverflow # handle frame overflow 527 jne 2f # Yes - handle them 531 jne .LinvokeNative # handle native call 585 jne 11f # yes - handle it 599 jne common_exceptionThrown # handle exception 640 jmp common_exceptionThrown # handle exception
|
D | OP_EXECUTE_INLINE.S | 27 jz common_exceptionThrown # no, handle exception 103 jz common_exceptionThrown # no, handle exception
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
D | TEMPLATE_MEM_OP_DECODE.S | 15 blx r2 @ decode and handle the mem op
|
1234