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

  /prebuilts/go/darwin-x86/src/time/
internal_test.go 36 // Test that a runtimeTimer with a duration so large it overflows
42 // We manually create a runtimeTimer to bypass the overflow
45 r := &runtimeTimer{
tick.go 13 r runtimeTimer
31 r: runtimeTimer{
sleep.go 16 type runtimeTimer struct {
27 // when is a helper function for setting the 'when' field of a runtimeTimer.
42 func startTimer(*runtimeTimer)
43 func stopTimer(*runtimeTimer) bool
51 r runtimeTimer
89 r: runtimeTimer{
161 r: runtimeTimer{
  /prebuilts/go/linux-x86/src/time/
internal_test.go 36 // Test that a runtimeTimer with a duration so large it overflows
42 // We manually create a runtimeTimer to bypass the overflow
45 r := &runtimeTimer{
tick.go 13 r runtimeTimer
31 r: runtimeTimer{
sleep.go 16 type runtimeTimer struct {
27 // when is a helper function for setting the 'when' field of a runtimeTimer.
42 func startTimer(*runtimeTimer)
43 func stopTimer(*runtimeTimer) bool
51 r runtimeTimer
89 r: runtimeTimer{
161 r: runtimeTimer{
  /external/v8/src/
compiler.cc 483 RuntimeCallTimerScope runtimeTimer(parse_info->isolate(),
530 RuntimeCallTimerScope runtimeTimer(isolate,
649 RuntimeCallTimerScope runtimeTimer(
687 RuntimeCallTimerScope runtimeTimer(
738 RuntimeCallTimerScope runtimeTimer(isolate,
793 RuntimeCallTimerScope runtimeTimer(info->isolate(),
    [all...]
deoptimizer.cc 342 RuntimeCallTimerScope runtimeTimer(isolate,
363 RuntimeCallTimerScope runtimeTimer(isolate,
395 RuntimeCallTimerScope runtimeTimer(isolate,
    [all...]
isolate.cc     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 22 type runtimeTimer struct {
33 func startTimer(*runtimeTimer)
34 func stopTimer(*runtimeTimer) bool
39 r runtimeTimer
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 22 type runtimeTimer struct {
33 func startTimer(*runtimeTimer)
34 func stopTimer(*runtimeTimer) bool
39 r runtimeTimer
  /prebuilts/go/darwin-x86/src/runtime/
time.go 15 // If this struct changes, adjust ../time/sleep.go:/runtimeTimer.
17 // If this struct changes, adjust ../syscall/net_nacl.go:/runtimeTimer.
  /prebuilts/go/linux-x86/src/runtime/
time.go 15 // If this struct changes, adjust ../time/sleep.go:/runtimeTimer.
17 // If this struct changes, adjust ../syscall/net_nacl.go:/runtimeTimer.
  /external/v8/src/parsing/
rewriter.cc 362 RuntimeCallTimerScope runtimeTimer(
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 367 RuntimeCallTimerScope runtimeTimer(
  /external/v8/src/full-codegen/
full-codegen.cc 91 RuntimeCallTimerScope runtimeTimer(isolate,
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 242 TimerScope runtimeTimer =
264 RuntimeCallTimerScope runtimeTimer(
    [all...]
  /external/v8/src/ast/
scopes.cc 586 RuntimeCallTimerScope runtimeTimer(info->isolate(),
    [all...]

Completed in 1446 milliseconds