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

  /art/compiler/dex/portable/
mir_to_gbc.h 77 void Materialize() {
  /art/compiler/llvm/
llvm_compilation_unit.cc 165 bool LlvmCompilationUnit::Materialize() {
174 LOG(ERROR) << "Failed to materialize compilation unit " << cunit_id_;
  /external/llvm/lib/IR/
Globals.cpp 37 bool GlobalValue::Materialize(std::string *ErrInfo) {
38 return getParent()->Materialize(this, ErrInfo);
Module.cpp 393 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) {
397 std::error_code EC = Materializer->Materialize(GV);
  /external/lldb/source/Expression/
Materializer.cpp 149 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
157 log->Printf("EntityPersistentVariable::Materialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
421 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
428 log->Printf("EntityVariable::Materialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
729 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err)
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 37 F->Materialize();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 950 void X86Mir2Lir::Materialize() {
955 Mir2Lir::Materialize();
    [all...]

Completed in 464 milliseconds