HomeSort by relevance Sort by last modified time
    Searched refs:FnStub (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 711 void *FnStub = Resolver.getLazyFunctionStubIfAvailable(F);
712 if (FnStub) {
717 return FnStub;
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 837 if (void *FnStub = GetLazyFunctionStubIfAvailable(F))
845 return FnStub;
    [all...]

Completed in 21 milliseconds