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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys_setprofile.py 67 def trace_call(self, frame): member in class:ProfileSimulator
83 'call': trace_call,
  /external/python/cpython2/Lib/test/
test_sys_setprofile.py 67 def trace_call(self, frame): member in class:ProfileSimulator
83 'call': trace_call,
  /external/python/cpython3/Lib/test/
test_sys_setprofile.py 66 def trace_call(self, frame): member in class:ProfileSimulator
82 'call': trace_call,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys_setprofile.py 67 def trace_call(self, frame): member in class:ProfileSimulator
83 'call': trace_call,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys_setprofile.py 67 def trace_call(self, frame): member in class:ProfileSimulator
83 'call': trace_call,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 67 def trace_call(self, frame): member in class:ProfileSimulator
83 'call': trace_call,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 67 def trace_call(self, frame): member in class:ProfileSimulator
83 'call': trace_call,
  /tools/dexter/dexter/
experimental.cc 422 auto trace_call = code_ir.Alloc<lir::Bytecode>(); local
423 trace_call->opcode = dex::OP_INVOKE_STATIC_RANGE;
424 trace_call->operands.push_back(code_ir.Alloc<lir::VRegRange>(scratch_reg, 1));
425 trace_call->operands.push_back(tracing_method);
426 code_ir.instructions.InsertBefore(trace_point, trace_call);
  /external/testng/ant/3rdparty/
cobertura.jar 

Completed in 187 milliseconds