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

  /art/compiler/optimizing/
inliner.cc 157 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod( local
160 if (callee_name.find("$noinline$") == std::string::npos) {
162 bool should_have_inlined = (callee_name.find("$inline$") != std::string::npos);
163 CHECK(!should_have_inlined) << "Could not inline " << callee_name;
    [all...]
  /external/mesa3d/src/glsl/
ir.h 1167 const char *callee_name() const function in class:ir_call
    [all...]

Completed in 548 milliseconds