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

  /external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp 34 * repeatedly reduced by removing any function that either has no callees
165 exec_list callees; member in class:function
227 this->current->callees.push_tail(node);
268 if (f->callers.is_empty() || f->callees.is_empty()) {
271 destroy_links(& n->func->callees, f);
274 while (!f->callees.is_empty()) {
275 struct call_node *n = (struct call_node *) f->callees.pop_head();
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 650 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees,
654 + ", profile=" + profile + ", callees=" + callees);
664 if ((callees != null) && (callees.length == 1)) {
665 call.start(session, callees[0]);
667 call.start(session, callees);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 166 CalleesSet* callees = callgraph_[name]; local
168 if (callees == NULL) {
169 callgraph_[name] = callees = new CalleesSet();
172 scopes_.push(callees);
189 CalleesSet* callees = i->second; local
190 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end();
    [all...]
gcmole.lua 314 cfg:extend { plugin = "dump-callees" },
  /external/v8/test/webkit/
strict-callback-this.js 25 "This tests that a call to array/string prototype methods pass the correct this value (undefined) to strict callees."
  /external/v8/tools/
profile_view.js 92 * profile they can be either callees or callers.)
154 * profile they can be either callees or callers.)
profile.js 330 * Calculates a flat profile of callees starting from a node with
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 411 String[] callees = new String[] { conn.getAddress() }; local
417 callees, mImsCallListener);
871 String[] callees = new String[] { ussdString }; local
878 callees, mImsUssdListener);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 203 Each function decl has assigned cgraph_node listing callees and callers. */
207 struct cgraph_edge *callees; variable in typeref:struct:cgraph_edge
    [all...]
  /prebuilts/misc/common/perflib/
perflib-prebuilt.jar 
  /external/v8/src/
d8.js     [all...]

Completed in 179 milliseconds