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

  /art/compiler/dex/portable/
mir_to_gbc.h 70 void Materialize() {
  /art/compiler/llvm/
llvm_compilation_unit.cc 168 bool LlvmCompilationUnit::Materialize() {
177 LOG(ERROR) << "Failed to materialize compilation unit " << cunit_id_;
  /external/llvm/lib/IR/
Globals.cpp 36 bool GlobalValue::Materialize(std::string *ErrInfo) {
37 return getParent()->Materialize(this, ErrInfo);
Module.cpp 401 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) {
403 return Materializer->Materialize(GV, ErrInfo);
  /art/compiler/dex/quick/
codegen_util.cc     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 36 F->Materialize();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 191 milliseconds