Home
last modified time | relevance | path

Searched refs:is_profiling_address (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.h63 V(is_profiling_address, "Isolate::is_profiling") \
H A Dexternal-reference.cc710 ExternalReference ExternalReference::is_profiling_address(Isolate* isolate) {
711 return ExternalReference(isolate->is_profiling_address());
/third_party/node/deps/v8/src/execution/
H A Disolate.h1305 void* is_profiling_address() { return &is_profiling_; } in is_profiling_address() function in v8::internal::final
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2999 __ li(t9, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc3086 __ li(t9, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc3275 __ Move(scratch, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc3271 __ Move(eax, Immediate(ExternalReference::is_profiling_address(isolate))); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc3065 __ li(t7, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc4499 __ Move(rax, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3456 __ Mov(x10, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc3005 __ Move(r9, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc3148 __ li(scratch, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc3301 __ Move(scratch, ExternalReference::is_profiling_address(isolate)); in CallApiFunctionAndReturn()

Completed in 65 milliseconds