Home
last modified time | relevance | path

Searched refs:address_of_runtime_stats_flag (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dexternal-reference.h106 V(address_of_runtime_stats_flag, "TracingFlags::runtime_stats") \
Dexternal-reference.cc557 ExternalReference ExternalReference::address_of_runtime_stats_flag() { in address_of_runtime_stats_flag() function in v8::internal::ExternalReference
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc3068 __ li(t7, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc3009 __ Move(r9, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc3307 __ Move(scratch, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc3285 __ Move(scratch, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc3152 __ li(scratch, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc3459 __ Mov(x10, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc3089 __ li(t9, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc3274 __ Move(eax, Immediate(ExternalReference::address_of_runtime_stats_flag())); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc3002 __ li(t9, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc4502 __ Move(rax, ExternalReference::address_of_runtime_stats_flag()); in CallApiFunctionAndReturn()