HomeSort by relevance Sort by last modified time
    Searched full:callercaller (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
argument-promotion.ll 25 ; CHECK: callercaller
27 define i32 @callercaller(i32* %Q) {
  /external/llvm/test/Transforms/ArgumentPromotion/
basictest.ll 17 define i32 @callercaller() {
  /dalvik/vm/interp/
Stack.cpp 928 void* callerCaller;
936 callerCaller = dvmGetCallerFP(caller);
937 if (callerCaller == NULL)
940 return SAVEAREA_FROM_FP(callerCaller)->method->clazz;
    [all...]

Completed in 93 milliseconds