Home
last modified time | relevance | path

Searched refs:ExternalCallbackScope (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dvm-state.h30 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 Dvm-state-inl.h54 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 Dthread-local-top.h27 class ExternalCallbackScope;
148 ExternalCallbackScope* external_callback_scope_;
H A Dframes.h57 class ExternalCallbackScope;
1351 ExternalCallbackScope* external_callback_scope_;
H A Disolate.h1335 THREAD_LOCAL_TOP_ACCESSOR(ExternalCallbackScope*, external_callback_scope)
H A Dframes.cc525 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 Dapi-arguments-inl.h79 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 Dapi.cc10625 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 Dtick-sample.cc266 i::ExternalCallbackScope* scope = isolate->external_callback_scope(); in GetStackSample()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2442 ExternalCallbackScope external_callback(isolate, in Compile()

Completed in 39 milliseconds