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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 69 frame = FakeFrame(code, back)
86 class FakeFrame:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 69 frame = FakeFrame(code, back)
86 class FakeFrame:
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 23 struct FakeFrame {
121 FakeFrame *Allocate(uptr stack_size_log, uptr class_id, uptr real_stack);
131 // Return the beginning of the FakeFrame or 0 if the address is not ours.

Completed in 99 milliseconds