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

  /art/compiler/optimizing/
optimizing_compiler.cc 74 CompiledMethod* OptimizingCompiler::TryCompile(const DexFile::CodeItem* code_item,
  /external/clang/runtime/compiler-rt/
Makefile 116 # TryCompile compiler source flags
118 TryCompile = \
148 ifeq ($(call TryCompile,$(ToolDir)/clang,$(test_source),-m32),0)
  /external/compiler-rt/make/platform/
clang_linux.mk 26 # TryCompile compiler source flags
28 TryCompile = \
40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)

Completed in 78 milliseconds