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

  /art/compiler/llvm/
gbc_expander.cc 652 return irb_.CreateCall(irb_.GetRuntime(rt));
659 return irb_.CreateCall(irb_.GetRuntime(rt), args);
697 irb_.CreateCall(irb_.GetRuntime(ThrowStackOverflowException));
    [all...]
ir_builder.h 291 ::llvm::Function* GetRuntime(runtime_support::RuntimeId rt) {
  /art/compiler/jni/portable/
jni_compiler.cc 196 irb_.CreateCall(irb_.GetRuntime(func_id), args);
220 irb_.CreateCall(irb_.GetRuntime(func_id), args);
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jriext.h 166 JRI_GetRuntime_t GetRuntime;
205 ((*(env))->GetRuntime(env))

Completed in 108 milliseconds