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

  /art/compiler/llvm/
runtime_support_llvm_func.h 26 enum RuntimeId {
runtime_support_builder.h 73 ::llvm::Function* GetRuntimeSupportFunction(runtime_support::RuntimeId id) {
ir_builder.h 291 ::llvm::Function* GetRuntime(runtime_support::RuntimeId rt) {
gbc_expander.cc 98 using ::art::llvm::runtime_support::RuntimeId;
168 llvm::Value* ExpandToRuntime(RuntimeId rt, llvm::CallInst& inst);
642 llvm::Value* GBCExpanderPass::ExpandToRuntime(RuntimeId rt, llvm::CallInst& inst) {
    [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 50 using ::art::llvm::runtime_support::RuntimeId;
188 RuntimeId func_id = is_synchronized ? JniMethodStartSynchronized
204 RuntimeId func_id =

Completed in 308 milliseconds