Home
last modified time | relevance | path

Searched defs:isolate (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/third_party/node/deps/v8/src/codegen/
Dcode-factory.cc17 Handle<CodeT> CodeFactory::RuntimeCEntry(Isolate* isolate, int result_size) { in RuntimeCEntry()
25 Handle<CodeT> CodeFactory::CEntry(Isolate* isolate, int result_size, in CEntry()
72 Callable CodeFactory::ApiGetter(Isolate* isolate) { in ApiGetter()
77 Callable CodeFactory::CallApiCallback(Isolate* isolate) { in CallApiCallback()
82 Callable CodeFactory::LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode) { in LoadGlobalIC()
90 Callable CodeFactory::LoadGlobalICInOptimizedCode(Isolate* isolate, in LoadGlobalICInOptimizedCode()
98 Callable CodeFactory::DefineNamedOwnIC(Isolate* isolate) { in DefineNamedOwnIC()
102 Callable CodeFactory::DefineNamedOwnICInOptimizedCode(Isolate* isolate) { in DefineNamedOwnICInOptimizedCode()
107 Callable CodeFactory::NonPrimitiveToPrimitive(Isolate* isolate, in NonPrimitiveToPrimitive()
114 Callable CodeFactory::OrdinaryToPrimitive(Isolate* isolate, in OrdinaryToPrimitive()
[all …]
Dcompiler.cc104 static void TracePrepareJob(Isolate* isolate, OptimizedCompilationInfo* info, in TracePrepareJob()
114 static void TraceStartBaselineCompile(Isolate* isolate, in TraceStartBaselineCompile()
123 static void TraceOptimizeOSR(Isolate* isolate, Handle<JSFunction> function, in TraceOptimizeOSR()
133 static void TraceOptimizeOSRUnavailable(Isolate* isolate, in TraceOptimizeOSRUnavailable()
145 static void TraceCompilationStats(Isolate* isolate, in TraceCompilationStats()
157 static void TraceFinishBaselineCompile(Isolate* isolate, in TraceFinishBaselineCompile()
167 static void TraceCompletedJob(Isolate* isolate, in TraceCompletedJob()
175 static void TraceAbortedJob(Isolate* isolate, in TraceAbortedJob()
185 static void TraceOptimizedCodeCacheHit(Isolate* isolate, in TraceOptimizedCodeCacheHit()
198 static void TraceOptimizeForAlwaysOpt(Isolate* isolate, in TraceOptimizeForAlwaysOpt()
[all …]
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc123 void Object::ObjectVerify(Isolate* isolate) { in ObjectVerify()
134 void Object::VerifyPointer(Isolate* isolate, Object p) { in VerifyPointer()
142 void Object::VerifyAnyTagged(Isolate* isolate, Object p) { in VerifyAnyTagged()
154 void MaybeObject::VerifyMaybeObjectPointer(Isolate* isolate, MaybeObject p) { in VerifyMaybeObjectPointer()
163 void Smi::SmiVerify(Isolate* isolate) { in SmiVerify()
169 void TaggedIndex::TaggedIndexVerify(Isolate* isolate) { in TaggedIndexVerify()
173 void HeapObject::HeapObjectVerify(Isolate* isolate) { in HeapObjectVerify()
322 void HeapObject::VerifyHeapPointer(Isolate* isolate, Object p) { in VerifyHeapPointer()
329 void HeapObject::VerifyCodePointer(Isolate* isolate, Object p) { in VerifyCodePointer()
336 void Symbol::SymbolVerify(Isolate* isolate) { in SymbolVerify()
[all …]
/third_party/node/deps/v8/tools/gcmole/
Dgcmole-test.cc21 Handle<Object> CauseGC(Handle<Object> obj, Isolate* isolate) { in CauseGC()
27 Object CauseGCRaw(Object obj, Isolate* isolate) { in CauseGCRaw()
33 Managed<Smi> CauseGCManaged(int i, Isolate* isolate) { in CauseGCManaged()
44 void TestTwoArguments(Isolate* isolate) { in TestTwoArguments()
56 void TestTwoSizeTArguments(Isolate* isolate) { in TestTwoSizeTArguments()
80 void TestMethodCall(Isolate* isolate) { in TestMethodCall()
90 void TestOperatorCall(Isolate* isolate) { in TestOperatorCall()
99 void TestFollowingTemplates(Isolate* isolate) { in TestFollowingTemplates()
108 virtual Handle<Object> VirtualCauseGC(Handle<Object> obj, Isolate* isolate) { in VirtualCauseGC()
115 Handle<Object> VirtualCauseGC(Handle<Object> obj, Isolate* isolate) override { in VirtualCauseGC()
[all …]
/third_party/node/deps/v8/src/ic/
Dhandler-configuration-inl.h23 inline Handle<Object> MakeCodeHandler(Isolate* isolate, Builtin builtin) { in MakeCodeHandler()
36 Handle<Smi> LoadHandler::LoadNormal(Isolate* isolate) { in LoadNormal()
41 Handle<Smi> LoadHandler::LoadGlobal(Isolate* isolate) { in LoadGlobal()
46 Handle<Smi> LoadHandler::LoadInterceptor(Isolate* isolate) { in LoadInterceptor()
51 Handle<Smi> LoadHandler::LoadSlow(Isolate* isolate) { in LoadSlow()
56 Handle<Smi> LoadHandler::LoadField(Isolate* isolate, FieldIndex field_index) { in LoadField()
64 Handle<Smi> LoadHandler::LoadWasmStructField(Isolate* isolate, in LoadWasmStructField()
72 Handle<Smi> LoadHandler::LoadConstantFromPrototype(Isolate* isolate) { in LoadConstantFromPrototype()
77 Handle<Smi> LoadHandler::LoadAccessor(Isolate* isolate, int descriptor) { in LoadAccessor()
83 Handle<Smi> LoadHandler::LoadProxy(Isolate* isolate) { in LoadProxy()
[all …]
/third_party/node/deps/v8/src/api/
Dapi-macros.h38 #define API_RCS_SCOPE(isolate, class_name, function_name) \ argument
42 #define ENTER_V8_DO_NOT_USE(isolate) i::VMState<v8::OTHER> __state__((isolate)) argument
44 #define ENTER_V8_HELPER_DO_NOT_USE(isolate, context, class_name, \ argument
56 #define PREPARE_FOR_DEBUG_INTERFACE_EXECUTION_WITH_ISOLATE(isolate, T) \ argument
79 #define ENTER_V8(isolate, context, class_name, function_name, bailout_value, \ argument
85 #define ENTER_V8_NO_SCRIPT(isolate, context, class_name, function_name, \ argument
92 #define ASSERT_NO_SCRIPT_NO_EXCEPTION(isolate) \ argument
96 #define ENTER_V8_NO_SCRIPT_NO_EXCEPTION(isolate) \ argument
100 #define ENTER_V8_FOR_NEW_CONTEXT(isolate) \ argument
104 #define ENTER_V8_NO_SCRIPT(isolate, context, class_name, function_name, \ argument
[all …]
Dapi-natives.cc25 explicit InvokeScope(Isolate* isolate) in InvokeScope()
52 Isolate* isolate, Handle<FunctionTemplateInfo> data, in InstantiateFunction()
59 Isolate* isolate, Handle<Object> data, in Instantiate()
72 MaybeHandle<Object> DefineAccessorProperty(Isolate* isolate, in DefineAccessorProperty()
105 MaybeHandle<Object> DefineDataProperty(Isolate* isolate, in DefineDataProperty()
134 void DisableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in DisableAccessChecks()
142 void EnableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in EnableAccessChecks()
153 AccessCheckDisableScope(Isolate* isolate, Handle<JSObject> obj) in AccessCheckDisableScope()
173 Object GetIntrinsic(Isolate* isolate, v8::Intrinsic intrinsic) { in GetIntrinsic()
187 MaybeHandle<JSObject> ConfigureInstance(Isolate* isolate, Handle<JSObject> obj, in ConfigureInstance()
[all …]
Dapi.cc173 static ScriptOrigin GetScriptOriginForScript(i::Isolate* isolate, in GetScriptOriginForScript()
206 void i::FatalProcessOutOfMemory(i::Isolate* isolate, const char* location) { in FatalProcessOutOfMemory()
212 void i::V8::FatalProcessOutOfMemory(i::Isolate* isolate, const char* location, in FatalProcessOutOfMemory()
312 i::Isolate* isolate = i::Isolate::TryGetCurrent(); in ReportApiFailure() local
327 void Utils::ReportOOMFailure(i::Isolate* isolate, const char* location, in ReportOOMFailure()
456 SnapshotCreator::SnapshotCreator(Isolate* isolate, in SnapshotCreator()
486 Isolate* isolate = data->isolate_; in ~SnapshotCreator() local
502 Isolate* isolate = data->isolate_; in SetDefaultContext() local
513 Isolate* isolate = data->isolate_; in AddContext() local
525 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(data->isolate_); in AddData() local
[all …]
/third_party/node/deps/v8/src/builtins/
Daccessors.cc28 Isolate* isolate, Handle<Name> name, AccessorNameGetterCallback getter, in MakeAccessor()
54 static V8_INLINE bool CheckForName(Isolate* isolate, Handle<Name> name, in CheckForName()
67 bool Accessors::IsJSObjectFieldAccessor(Isolate* isolate, Handle<Map> map, in IsJSObjectFieldAccessor()
89 Accessors::ReplaceAccessorWithDataProperty(Isolate* isolate, in ReplaceAccessorWithDataProperty()
114 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ReconfigureToDataProperty() local
137 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArgumentsIteratorGetter() local
144 Handle<AccessorInfo> Accessors::MakeArgumentsIteratorInfo(Isolate* isolate) { in MakeArgumentsIteratorInfo()
155 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthGetter() local
167 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthSetter() local
230 Handle<AccessorInfo> Accessors::MakeArrayLengthInfo(Isolate* isolate) { in MakeArrayLengthInfo()
[all …]
/third_party/node/deps/v8/src/objects/
Dordered-hash-table.cc21 IsolateT* isolate, int capacity, AllocationType allocation) { in Allocate()
49 Isolate* isolate, AllocationType allocation, RootIndex root_index) { in AllocateEmpty()
68 IsolateT* isolate, Handle<Derived> table) { in EnsureGrowable()
94 Isolate* isolate, Handle<Derived> table) { in Shrink()
105 Isolate* isolate, Handle<Derived> table) { in Clear()
125 bool OrderedHashTable<Derived, entrysize>::HasKey(Isolate* isolate, in HasKey()
135 InternalIndex OrderedHashTable<Derived, entrysize>::FindEntry(Isolate* isolate, in FindEntry()
167 MaybeHandle<OrderedHashSet> OrderedHashSet::Add(Isolate* isolate, in Add()
203 Isolate* isolate, Handle<OrderedHashSet> table, GetKeysConversion convert) { in ConvertToKeysArray()
243 IsolateT* isolate, Handle<Derived> table) { in Rehash()
[all …]
Dlookup-inl.h25 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator()
30 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator()
37 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator()
44 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator()
52 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator()
58 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator()
67 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator()
115 PropertyKey::PropertyKey(Isolate* isolate, double index) { in PropertyKey()
133 PropertyKey::PropertyKey(Isolate* isolate, Handle<Name> name) { in PropertyKey()
142 PropertyKey::PropertyKey(Isolate* isolate, Handle<Object> valid_key) { in PropertyKey()
[all …]
Dtagged-impl-inl.h55 Isolate* isolate, HeapObject* result) const { in GetHeapObject()
82 Isolate* isolate, HeapObject* result, in GetHeapObject()
110 Isolate* isolate, HeapObject* result) const { in GetHeapObjectIfStrong()
135 Isolate* isolate) const { in GetHeapObjectAssumeStrong()
165 Isolate* isolate, HeapObject* result) const { in GetHeapObjectIfWeak()
193 Isolate* isolate) const { in GetHeapObjectAssumeWeak()
219 Isolate* isolate) const { in GetHeapObject()
249 Isolate* isolate) const { in GetHeapObjectOrSmi()
Ddebug-objects.cc37 void DebugInfo::ClearBreakInfo(Isolate* isolate) { in ClearBreakInfo()
80 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) { in HasBreakPoint()
92 Object DebugInfo::GetBreakPointInfo(Isolate* isolate, int source_position) { in GetBreakPointInfo()
106 bool DebugInfo::ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in ClearBreakPoint()
121 void DebugInfo::SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in SetBreakPoint()
167 Handle<Object> DebugInfo::GetBreakPoints(Isolate* isolate, in GetBreakPoints()
179 int DebugInfo::GetBreakPointCount(Isolate* isolate) { in GetBreakPointCount()
192 Handle<Object> DebugInfo::FindBreakPointInfo(Isolate* isolate, in FindBreakPointInfo()
213 void DebugInfo::ClearCoverageInfo(Isolate* isolate) { in ClearCoverageInfo()
222 DebugInfo::SideEffectState DebugInfo::GetSideEffectState(Isolate* isolate) { in GetSideEffectState()
[all …]
Djs-temporal-objects.cc362 MaybeHandle<String> DefaultTimeZone(Isolate* isolate) { in DefaultTimeZone()
370 bool ISODateTimeWithinLimits(Isolate* isolate, int32_t year, int32_t month, in ISODateTimeWithinLimits()
449 MaybeHandle<BigInt> SystemUTCEpochNanoseconds(Isolate* isolate) { in SystemUTCEpochNanoseconds()
465 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalCalendar()
486 Isolate* isolate, Handle<String> identifier) { in CreateTemporalCalendar()
494 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalDate()
534 Isolate* isolate, int32_t iso_year, int32_t iso_month, int32_t iso_day, in CreateTemporalDate()
544 Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, in CreateTemporalDateTime()
608 Isolate* isolate, int32_t iso_year, int32_t iso_month, int32_t iso_day, in CreateTemporalDateTimeDefaultTarget()
623 Isolate* isolate, int32_t iso_year, int32_t iso_month, int32_t iso_day, in CreateTemporalDateTime()
[all …]
Djs-locale.cc48 Maybe<bool> InsertOptionsIntoLocale(Isolate* isolate, in InsertOptionsIntoLocale()
101 Handle<Object> UnicodeKeywordValue(Isolate* isolate, Handle<JSLocale> locale, in UnicodeKeywordValue()
238 Maybe<bool> ApplyOptionsToTag(Isolate* isolate, Handle<String> tag, in ApplyOptionsToTag()
346 MaybeHandle<JSLocale> JSLocale::New(Isolate* isolate, Handle<Map> map, in New()
387 MaybeHandle<JSLocale> Construct(Isolate* isolate, in Construct()
409 MaybeHandle<JSLocale> JSLocale::Maximize(Isolate* isolate, in Maximize()
444 MaybeHandle<JSLocale> JSLocale::Minimize(Isolate* isolate, in Minimize()
480 MaybeHandle<JSArray> GetKeywordValuesFromLocale(Isolate* isolate, in GetKeywordValuesFromLocale()
509 MaybeHandle<JSArray> CalendarsForLocale(Isolate* isolate, in CalendarsForLocale()
518 MaybeHandle<JSArray> JSLocale::Calendars(Isolate* isolate, in Calendars()
[all …]
Djs-function.cc179 void JSFunction::MarkForOptimization(Isolate* isolate, CodeKind target_kind, in MarkForOptimization()
214 void JSFunction::SetInterruptBudget(Isolate* isolate) { in SetInterruptBudget()
221 Isolate* isolate, in CopyNameAndLength()
305 MaybeHandle<String> JSBoundFunction::GetName(Isolate* isolate, in GetName()
337 Maybe<int> JSBoundFunction::GetLength(Isolate* isolate, in GetLength()
375 Isolate* const isolate = function->GetIsolate(); in ToString() local
381 Isolate* isolate, Handle<JSWrappedFunction> function) { in GetName()
402 Maybe<int> JSWrappedFunction::GetLength(Isolate* isolate, in GetLength()
420 Isolate* const isolate = function->GetIsolate(); in ToString() local
426 Isolate* isolate, Handle<NativeContext> creation_context, in Create()
[all …]
Dmap.cc413 MaybeObjectHandle Map::WrapFieldType(Isolate* isolate, Handle<FieldType> type) { in WrapFieldType()
432 MaybeHandle<Map> Map::CopyWithField(Isolate* isolate, Handle<Map> map, in CopyWithField()
468 MaybeHandle<Map> Map::CopyWithConstant(Isolate* isolate, Handle<Map> map, in CopyWithConstant()
570 void Map::DeprecateTransitionTree(Isolate* isolate) { in DeprecateTransitionTree()
590 void Map::ReplaceDescriptors(Isolate* isolate, in ReplaceDescriptors()
635 Map Map::FindFieldOwner(Isolate* isolate, InternalIndex descriptor) const { in FindFieldOwner()
654 Map SearchMigrationTarget(Isolate* isolate, Map old_map) { in SearchMigrationTarget()
690 MaybeHandle<Map> Map::TryUpdate(Isolate* isolate, Handle<Map> old_map) { in TryUpdate()
712 Map Map::TryReplayPropertyTransitions(Isolate* isolate, Map old_map, in TryReplayPropertyTransitions()
783 Handle<Map> Map::Update(Isolate* isolate, Handle<Map> map) { in Update()
[all …]
Dcall-site-info.cc72 Isolate* isolate = info->GetIsolate(); in GetLineNumber() local
92 Isolate* isolate = info->GetIsolate(); in GetColumnNumber() local
114 Isolate* isolate = info->GetIsolate(); in GetEnclosingLineNumber() local
139 Isolate* isolate = info->GetIsolate(); in GetEnclosingColumnNumber() local
203 MaybeHandle<String> FormatEvalOrigin(Isolate* isolate, Handle<Script> script) { in FormatEvalOrigin()
257 auto isolate = info->GetIsolate(); in GetEvalOrigin() local
269 Isolate* isolate = info->GetIsolate(); in GetFunctionName() local
293 Isolate* isolate = info->GetIsolate(); in GetFunctionDebugName() local
311 PrimitiveHeapObject InferMethodNameFromFastObject(Isolate* isolate, in InferMethodNameFromFastObject()
345 PrimitiveHeapObject InferMethodNameFromDictionary(Isolate* isolate, in InferMethodNameFromDictionary()
[all …]
/third_party/node/deps/v8/src/handles/
Dhandles-inl.h20 HandleBase::HandleBase(Address object, Isolate* isolate) in HandleBase()
23 HandleBase::HandleBase(Address object, LocalIsolate* isolate) in HandleBase()
39 Handle<T> Handle<T>::New(T object, Isolate* isolate) { in New()
51 Handle<T>::Handle(T object, Isolate* isolate) in Handle()
55 Handle<T>::Handle(T object, LocalIsolate* isolate) in Handle()
63 V8_INLINE Handle<T> handle(T object, Isolate* isolate) { in handle()
68 V8_INLINE Handle<T> handle(T object, LocalIsolate* isolate) { in handle()
82 HandleScope::HandleScope(Isolate* isolate) { in HandleScope()
115 void HandleScope::CloseScope(Isolate* isolate, Address* prev_next, in CloseScope()
162 Address* HandleScope::CreateHandle(Isolate* isolate, Address value) { in CreateHandle()
[all …]
Dhandles.cc44 Isolate* isolate = GetIsolateFromWritableObject(heap_object); in IsDereferenceAllowed() local
83 int HandleScope::NumberOfHandles(Isolate* isolate) { in NumberOfHandles()
92 Address* HandleScope::Extend(Isolate* isolate) { in Extend()
130 void HandleScope::DeleteExtensions(Isolate* isolate) { in DeleteExtensions()
144 Address HandleScope::current_level_address(Isolate* isolate) { in current_level_address()
148 Address HandleScope::current_next_address(Isolate* isolate) { in current_next_address()
152 Address HandleScope::current_limit_address(Isolate* isolate) { in current_limit_address()
156 CanonicalHandleScope::CanonicalHandleScope(Isolate* isolate, Zone* zone) in CanonicalHandleScope()
207 CanonicalHandleScopeForOptimization(Isolate* isolate, in CanonicalHandleScopeForOptimization()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc44 void SetInspector(Isolate* isolate, v8_inspector::V8Inspector* inspector) { in SetInspector()
49 v8_inspector::V8Inspector* GetInspector(Isolate* isolate) { in GetInspector()
53 Local<String> GetBigIntDescription(Isolate* isolate, Local<BigInt> bigint) { in GetBigIntDescription()
90 i::Isolate* isolate = jsdate->GetIsolate(); in GetDateDescription() local
108 auto isolate = js_function->GetIsolate(); in GetFunctionDescription() local
133 void SetBreakOnNextFunctionCall(Isolate* isolate) { in SetBreakOnNextFunctionCall()
137 void ClearBreakOnNextFunctionCall(Isolate* isolate) { in ClearBreakOnNextFunctionCall()
145 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate); in GetInternalProperties() local
157 i::Isolate* isolate, i::Handle<i::Context> context, in CollectPrivateMethodsAndAccessorsFromContext()
185 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(context->GetIsolate()); in GetPrivateMembers() local
[all …]
/third_party/node/deps/v8/src/parsing/
Dpending-compilation-error-handler.cc21 Handle<String> string, Isolate* isolate) { in SetString()
28 Handle<String> string, LocalIsolate* isolate) { in SetString()
36 IsolateT* isolate) { in Prepare()
56 Isolate* isolate, int index) const { in ArgString()
120 void PendingCompilationErrorHandler::PrepareWarnings(IsolateT* isolate) { in PrepareWarnings()
132 Isolate* isolate, Handle<Script> script) const { in ReportWarnings()
149 IsolateT* isolate, AstValueFactory* ast_value_factory) { in PrepareErrors()
164 void PendingCompilationErrorHandler::ReportErrors(Isolate* isolate, in ReportErrors()
175 Isolate* isolate, Handle<Script> script) const { in ThrowPendingError()
190 Isolate* isolate) { in FormatErrorMessageForTest()
Dparse-info.cc24 UnoptimizedCompileFlags::UnoptimizedCompileFlags(Isolate* isolate, in UnoptimizedCompileFlags()
47 Isolate* isolate, SharedFunctionInfo shared) { in ForFunctionCompile()
79 Isolate* isolate, Script script) { in ForScriptCompile()
98 Isolate* isolate, bool is_user_javascript, LanguageMode language_mode, in ForToplevelCompile()
125 UnoptimizedCompileFlags UnoptimizedCompileFlags::ForTest(Isolate* isolate) { in ForTest()
173 Isolate* isolate) in ReusableUnoptimizedCompileState()
187 LocalIsolate* isolate) in ReusableUnoptimizedCompileState()
230 ParseInfo::ParseInfo(Isolate* isolate, const UnoptimizedCompileFlags flags, in ParseInfo()
237 ParseInfo::ParseInfo(LocalIsolate* isolate, const UnoptimizedCompileFlags flags, in ParseInfo()
250 IsolateT* isolate, Handle<String> source, in CreateScript()
/third_party/node/deps/v8/src/heap/
Dcode-stats.cc19 Isolate* isolate) { in RecordCodeAndMetadataStatistics()
52 void CodeStatistics::ResetCodeAndMetadataStatistics(Isolate* isolate) { in ResetCodeAndMetadataStatistics()
66 Isolate* isolate) { in CollectCodeStatistics()
78 Isolate* isolate) { in CollectCodeStatistics()
86 void CodeStatistics::ReportCodeStatistics(Isolate* isolate) { in ReportCodeStatistics()
125 void CodeStatistics::ResetCodeStatistics(Isolate* isolate) { in ResetCodeStatistics()
145 void CodeStatistics::EnterComment(Isolate* isolate, const char* comment, in EnterComment()
171 void CodeStatistics::CollectCommentStatistics(Isolate* isolate, in CollectCommentStatistics()
200 Isolate* isolate) { in CollectCodeCommentStatistics()
/third_party/node/deps/v8/src/execution/
Dsimulator.h49 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate, in JsLimitFromCLimit()
57 v8::internal::Isolate* isolate) { in RegisterJSStackComparableAddress()
65 v8::internal::Isolate* isolate) { in UnregisterJSStackComparableAddress()
107 static GeneratedCode FromAddress(Isolate* isolate, Address addr) { in FromAddress()
111 static GeneratedCode FromBuffer(Isolate* isolate, byte* buffer) { in FromBuffer()
165 GeneratedCode(Isolate* isolate, Signature* fn_ptr) in GeneratedCode()

12345678910>>...30