Home
last modified time | relevance | path

Searched refs:V8_SFI_HAS_UNIQUE_ID (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.cc54 #if V8_SFI_HAS_UNIQUE_ID
Dlocal-isolate.h104 #if V8_SFI_HAS_UNIQUE_ID
Disolate.h1596 #if V8_SFI_HAS_UNIQUE_ID
2279 #if V8_SFI_HAS_UNIQUE_ID
Disolate.cc3248 #if V8_SFI_HAS_UNIQUE_ID in ThrowInternal()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.tq83 @if(V8_SFI_HAS_UNIQUE_ID) unique_id: int32;
Dshared-function-info.cc51 #if V8_SFI_HAS_UNIQUE_ID in Init()
250 #if V8_SFI_HAS_UNIQUE_ID in CopyFrom()
/third_party/node/deps/v8/src/common/
Dglobals.h162 #define V8_SFI_HAS_UNIQUE_ID true macro
164 #define V8_SFI_HAS_UNIQUE_ID false macro
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc850 #if V8_SFI_HAS_UNIQUE_ID in NewSharedFunctionInfo()
/third_party/node/deps/v8/src/logging/
Dlog.cc1800 #if V8_SFI_HAS_UNIQUE_ID in MapEvent()
/third_party/node/deps/v8/src/torque/
Dtorque-parser.cc48 build_flags_["V8_SFI_HAS_UNIQUE_ID"] = V8_SFI_HAS_UNIQUE_ID; in BuildFlags()