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

  /art/compiler/optimizing/
inliner.cc 91 std::string callee_name = local
93 bool should_inline = callee_name.find("$inline$") != std::string::npos;
94 CHECK(!should_inline) << "Could not inline " << callee_name;
98 std::string callee_name = local
100 bool must_not_inline = callee_name.find("$noinline$") != std::string::npos;
101 CHECK(!must_not_inline) << "Should not have inlined " << callee_name;
    [all...]
  /external/mesa3d/src/glsl/
ir_print_visitor.cpp 411 printf("(call %s ", ir->callee_name());
ir.h 1167 const char *callee_name() const function in class:ir_call
    [all...]

Completed in 49 milliseconds