HomeSort by relevance Sort by last modified time
    Searched refs:nativeFunc (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
stack-traces-2.js 38 function testTraceNativeConstructor(nativeFunc) {
39 var nativeFuncName = nativeFunc.name;
41 new nativeFunc(thrower);
50 function testTraceNativeConversion(nativeFunc) {
51 var nativeFuncName = nativeFunc.name;
53 nativeFunc(thrower);
stack-traces.js 216 function testTraceNativeConstructor(nativeFunc) {
217 var nativeFuncName = nativeFunc.name;
219 new nativeFunc(thrower);
228 function testTraceNativeConversion(nativeFunc) {
229 var nativeFuncName = nativeFunc.name;
231 nativeFunc(thrower);
  /external/v8/test/mjsunit/
stack-traces-2.js 38 function testTraceNativeConstructor(nativeFunc) {
39 var nativeFuncName = nativeFunc.name;
41 new nativeFunc(thrower);
50 function testTraceNativeConversion(nativeFunc) {
51 var nativeFuncName = nativeFunc.name;
53 nativeFunc(thrower);
stack-traces.js 204 function testTraceNativeConstructor(nativeFunc) {
205 var nativeFuncName = nativeFunc.name;
207 new nativeFunc(thrower);
216 function testTraceNativeConversion(nativeFunc) {
217 var nativeFuncName = nativeFunc.name;
219 nativeFunc(thrower);
  /dalvik/vm/compiler/template/mips/
footer.S 46 JALR(t9) # call methodToCall->nativeFunc
61 JALR(t9) # call methodToCall->nativeFunc
TEMPLATE_INVOKE_METHOD_NATIVE.S 23 lw rTEMP, offMethod_nativeFunc(a0) # t9<- method->nativeFunc
  /dalvik/vm/mterp/c/
gotoTargets.cpp 177 methodToCall->nativeFunc != NULL);
269 methodToCall->nativeFunc != NULL);
453 methodToCall->nativeFunc != NULL);
514 methodToCall->nativeFunc != NULL);
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 20 ldr r8, [r0, #offMethod_nativeFunc] @ r8<- method->nativeFunc
  /dalvik/vm/mterp/common/
asm-constants.h 143 MTERP_OFFSET(offMethod_nativeFunc, Method, nativeFunc, 40)
  /dalvik/vm/oo/
Object.h 484 * could move everything but "nativeFunc".
547 DalvikBridgeFunc nativeFunc;
Class.cpp     [all...]
  /dalvik/vm/interp/
Stack.cpp 522 (*method->nativeFunc)((u4*)self->interpSave.curFrame, pResult,
627 (*method->nativeFunc)((u4*)self->interpSave.curFrame, pResult,
733 (*method->nativeFunc)((u4*)self->interpSave.curFrame, &retval,
    [all...]
  /dalvik/vm/mterp/out/
InterpC-mips.cpp     [all...]
InterpC-x86.cpp     [all...]
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
  /dalvik/vm/
Native.cpp 115 (*method->nativeFunc)(args, pResult, method, self);
486 * There are two relevant fields in struct Method, "nativeFunc" and
492 * (nativeFunc points at dvmResolveNativeMethod, insns holds NULL), but
500 * only one field. It turns out we can simply reset nativeFunc to its
Profile.cpp 1076 addr = (u4) method->nativeFunc;
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 598 call *offMethod_nativeFunc(%eax) # call methodToCall->nativeFunc
632 call *offMethod_nativeFunc(%eax) # call methodToCall->nativeFunc
    [all...]
  /dalvik/vm/reflect/
Proxy.cpp 755 meth->nativeFunc = proxyConstructor;
776 dstMeth->nativeFunc = proxyInvoker;
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 429 ldr r8, [r0, #offMethod_nativeFunc] @ r8<- method->nativeFunc
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 429 ldr r8, [r0, #offMethod_nativeFunc] @ r8<- method->nativeFunc
    [all...]
CompilerTemplateAsm-armv7-a.S 429 ldr r8, [r0, #offMethod_nativeFunc] @ r8<- method->nativeFunc
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 429 ldr r8, [r0, #offMethod_nativeFunc] @ r8<- method->nativeFunc
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 658 ldr ip, [r2, #offMethod_nativeFunc] @ pc<- methodToCall->nativeFunc
685 ldr ip, [r2, #offMethod_nativeFunc] @ pc<- methodToCall->nativeFunc
    [all...]

Completed in 555 milliseconds

1 2