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

  /art/compiler/
common_compiler_test.cc 361 CompileMethod(klass->GetDirectMethod(i));
364 CompileMethod(klass->GetVirtualMethod(i));
368 void CommonCompilerTest::CompileMethod(mirror::ArtMethod* method) {
370 TimingLogger timings("CommonTest::CompileMethod", false, false);
387 CompileMethod(method);
400 CompileMethod(method);
common_compiler_test.h 64 void CompileMethod(mirror::ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/compiler/sea_ir/
frontend.cc 50 sea_ir::CodeGenData* llvm_data = ir_graph->CompileMethod(symbol,
  /external/javassist/src/main/javassist/compiler/
Javac.java 94 CtBehavior cb = compileMethod(p, (MethodDecl)mem);
141 private CtBehavior compileMethod(Parser p, MethodDecl md)
  /art/compiler/sea_ir/ir/
sea.h 264 CodeGenData* CompileMethod(const std::string& function_name,
sea.cc 410 CodeGenData* SeaGraph::CompileMethod(
  /art/compiler/dex/
frontend.cc 618 static CompiledMethod* CompileMethod(CompilerDriver& driver,
815 return CompileMethod(driver, compiler, code_item, access_flags, invoke_type, class_def_idx,
  /art/compiler/driver/
compiler_driver.cc 587 CompileMethod(code_item, access_flags, invoke_type, class_def_idx, method_idx, jclass_loader,
    [all...]
compiler_driver.h 695 void CompileMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 80 CompileMethod(method);
    [all...]

Completed in 139 milliseconds