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

  /external/v8/test/cctest/
test-log-stack-tracer.cc 83 v8::internal::Code* func_code = func->code(); local
86 func_code->instruction_start(),
87 func_code->ExecutableSize());
273 v8::internal::Code* func_code = func->code(); local
274 CHECK(func_code->IsCode());
275 func_code->Print();
  /development/tools/axl/
singletonmixin.py 86 return cls.__init__.im_func.func_code.co_argcount - 1
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock.py 242 func.func_code.co_firstlineno)

Completed in 2127 milliseconds