Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 99) sorted by relevance

1234

/dalvik/vm/
DNative.cpp152 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/
DOP_THROW_VERIFICATION_ERROR.S14 b common_exceptionThrown # handle exception
DOP_NEW_ARRAY.S35 beqz v0, common_exceptionThrown # yes, handle the exception
57 beqz v0, common_exceptionThrown # yes, handle exception
DOP_THROW_VERIFICATION_ERROR_JUMBO.S16 b common_exceptionThrown # handle exception
DOP_INVOKE_STATIC_JUMBO.S37 beqz v0, common_exceptionThrown # null, handle exception
52 b common_exceptionThrown # yes, handle exception
DOP_INVOKE_STATIC.S38 beqz v0, common_exceptionThrown # null, handle exception
53 b common_exceptionThrown # yes, handle exception
DOP_NEW_ARRAY_JUMBO.S41 beqz v0, common_exceptionThrown # yes, handle the exception
65 beqz v0, common_exceptionThrown # yes, handle exception
DOP_INVOKE_INTERFACE.S27 beqz v0, common_exceptionThrown # yes, handle exception
DOP_INVOKE_INTERFACE_JUMBO.S24 beqz v0, common_exceptionThrown # yes, handle exception
DOP_CONST_STRING.S23 beqz v0, common_exceptionThrown # yup, handle the exception
DOP_CONST_CLASS.S24 beqz v0, common_exceptionThrown # yup, handle the exception
DOP_EXECUTE_INLINE_RANGE.S26 beqz v0, common_exceptionThrown # returned false, handle exception
89 beqz rOBJ, common_exceptionThrown # returned false, handle exception
DOP_CONST_CLASS_JUMBO.S27 beqz v0, common_exceptionThrown # yup, handle the exception
DOP_CONST_STRING_JUMBO.S26 beqz v0, common_exceptionThrown # yup, handle the exception
DOP_INVOKE_DIRECT_JUMBO.S36 beqz v0, common_exceptionThrown # yes, handle exception
DOP_INVOKE_DIRECT.S35 beqz v0, common_exceptionThrown # yes, handle exception
/dalvik/vm/mterp/armv5te/
DOP_THROW_VERIFICATION_ERROR.S13 b common_exceptionThrown @ handle exception
DOP_INVOKE_STATIC.S39 beq common_exceptionThrown @ null, handle exception
53 b common_exceptionThrown @ yes, handle exception
DOP_INVOKE_INTERFACE.S26 beq common_exceptionThrown @ yes, handle exception
DOP_NEW_ARRAY.S56 beq common_exceptionThrown @ yes, handle the exception
/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_MEM_OP_DECODE.S14 blx r2 @ decode and handle the mem op
/dalvik/vm/mterp/x86/
DOP_THROW_VERIFICATION_ERROR.S16 jmp common_exceptionThrown # handle exception
Dfooter.S449 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
DOP_EXECUTE_INLINE.S27 jz common_exceptionThrown # no, handle exception
103 jz common_exceptionThrown # no, handle exception
/dalvik/vm/compiler/template/armv5te-vfp/
DTEMPLATE_MEM_OP_DECODE.S15 blx r2 @ decode and handle the mem op

1234