Searched refs:ExternalCallbackScope (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | vm-state.h | 30 class V8_NODISCARD ExternalCallbackScope { class 32 inline ExternalCallbackScope(Isolate* isolate, Address callback); 33 inline ~ExternalCallbackScope(); 43 ExternalCallbackScope* previous() { return previous_scope_; } in previous() 49 ExternalCallbackScope* previous_scope_;
|
H A D | vm-state-inl.h | 54 ExternalCallbackScope::ExternalCallbackScope(Isolate* isolate, Address callback) in ExternalCallbackScope() function in v8::internal::ExternalCallbackScope 68 ExternalCallbackScope::~ExternalCallbackScope() { in ~ExternalCallbackScope() 74 Address ExternalCallbackScope::scope_address() { in scope_address()
|
H A D | thread-local-top.h | 27 class ExternalCallbackScope; 148 ExternalCallbackScope* external_callback_scope_;
|
H A D | frames.h | 57 class ExternalCallbackScope; 1351 ExternalCallbackScope* external_callback_scope_;
|
H A D | isolate.h | 1335 THREAD_LOCAL_TOP_ACCESSOR(ExternalCallbackScope*, external_callback_scope)
|
H A D | frames.cc | 525 ExternalCallbackScope* last_callback_scope = nullptr; in Advance() 529 // in an interval where an ExternalCallbackScope is already created, in Advance() 532 // Skip all the ExternalCallbackScope's that are below the current fp. in Advance() 544 // Some of the EXIT frames may have ExternalCallbackScope allocated on in Advance() 547 // ExternalCallbackScope, just skip them as we cannot collect any useful in Advance()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-arguments-inl.h | 79 ExternalCallbackScope call_scope(ISOLATE, FUNCTION_ADDR(F)); \ 87 ExternalCallbackScope call_scope(ISOLATE, FUNCTION_ADDR(F)); \ 145 ExternalCallbackScope call_scope(isolate, FUNCTION_ADDR(f)); in Call()
|
H A D | api.cc | 10625 ExternalCallbackScope call_scope(isolate, getter_address); in InvokeAccessorGetterCallback() 10634 ExternalCallbackScope call_scope(isolate, callback_address); in InvokeFunctionCallback()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.cc | 266 i::ExternalCallbackScope* scope = isolate->external_callback_scope(); in GetStackSample()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 2442 ExternalCallbackScope external_callback(isolate, in Compile()
|
Completed in 40 milliseconds