Home
last modified time | relevance | path

Searched defs:isolate (Results 251 - 275 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/node/deps/v8/src/inspector/
H A Dinspected-context.cc105 v8::Isolate* InspectedContext::isolate() const { in isolate() function in v8_inspector::InspectedContext
[all...]
H A Dv8-webdriver-serializer.cc43 String16 descriptionForObject(v8::Isolate* isolate, in descriptionForObject() argument
50 v8::Isolate* isolate = context->GetIsolate(); in descriptionForDate() local
/third_party/node/deps/v8/src/objects/
H A Ddictionary.h62 Shrink( Isolate* isolate, Handle<Derived> dictionary) Shrink() argument
[all...]
H A Djs-locale.cc48 Maybe<bool> InsertOptionsIntoLocale(Isolate* isolate, in InsertOptionsIntoLocale() argument
101 Handle<Object> UnicodeKeywordValue(Isolate* isolate, Handle<JSLocale> locale, in UnicodeKeywordValue() argument
[all...]
H A Dembedder-data-slot-inl.h85 bool EmbedderDataSlot::ToAlignedPointer(Isolate* isolate, in ToAlignedPointer() argument
113 bool EmbedderDataSlot::store_aligned_pointer(Isolate* isolate, void* ptr) { in store_aligned_pointer() argument
146 void EmbedderDataSlot::store_raw(Isolate* isolate, in store_raw() argument
152 void EmbedderDataSlot::gc_safe_store(Isolate* isolate, Address value) { in gc_safe_store() argument
129 load_raw( Isolate* isolate, const DisallowGarbageCollection& no_gc) const load_raw() argument
H A Djs-segments.cc29 MaybeHandle<JSSegments> JSSegments::Create(Isolate* isolate, in Create() argument
61 MaybeHandle<Object> JSSegments::Containing(Isolate* isolate, in Containing() argument
107 CreateSegmentDataObject( Isolate* isolate, JSSegmenter::Granularity granularity, icu::BreakIterator* break_iterator, const icu::UnicodeString& string, int32_t start_index, int32_t end_index) CreateSegmentDataObject() argument
[all...]
H A Djs-segmenter.cc27 MaybeHandle<JSSegmenter> JSSegmenter::New(Isolate* isolate, Handle<Map> map, in New() argument
127 ResolvedOptions(Isolate* isolate, Handle<JSSegmenter> segmenter) ResolvedOptions() argument
157 GetGranularityString(Isolate* isolate, Granularity granularity) GetGranularityString() argument
[all...]
H A Djs-weak-refs-inl.h28 RegisterWeakCellWithUnregisterToken( Handle<JSFinalizationRegistry> finalization_registry, Handle<WeakCell> weak_cell, Isolate* isolate) RegisterWeakCellWithUnregisterToken() argument
55 Unregister( Handle<JSFinalizationRegistry> finalization_registry, Handle<HeapObject> unregister_token, Isolate* isolate) Unregister() argument
67 RemoveUnregisterToken( HeapObject unregister_token, Isolate* isolate, RemoveUnregisterTokenMode removal_mode, GCNotifyUpdatedSlotCallback gc_notify_updated_slot) RemoveUnregisterToken() argument
166 Nullify(Isolate* isolate, GCNotifyUpdatedSlotCallback gc_notify_updated_slot) Nullify() argument
213 RemoveFromFinalizationRegistryCells(Isolate* isolate) RemoveFromFinalizationRegistryCells() argument
[all...]
H A Dlookup-inl.h25 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator() argument
30 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator() argument
37 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator() argument
44 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator() argument
52 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator() argument
58 LookupIterator(Isolate* isolate, Handle<Object> receiver, const PropertyKey& key, Handle<Object> lookup_start_object, Configuration configuration) LookupIterator() argument
67 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name, size_t index, Handle<Object> lookup_start_object, Configuration configuration) LookupIterator() argument
115 PropertyKey(Isolate* isolate, double index) PropertyKey() argument
133 PropertyKey(Isolate* isolate, Handle<Name> name) PropertyKey() argument
142 PropertyKey(Isolate* isolate, Handle<Object> valid_key) PropertyKey() argument
161 GetName(Isolate* isolate) GetName() argument
223 UpdateProtector(Isolate* isolate, Handle<Object> receiver, Handle<Name> name) UpdateProtector() argument
258 ComputeConfiguration( Isolate* isolate, Configuration configuration, Handle<Name> name) ComputeConfiguration() argument
265 GetRoot(Isolate* isolate, Handle<Object> lookup_start_object, size_t index) GetRoot() argument
[all...]
H A Dname-inl.h77 bool Name::Equals(Isolate* isolate, Handle<Name> one, Handle<Name> two) { in Equals() argument
H A Dmodule-inl.h113 void SourceTextModule::AddAsyncParentModule(Isolate* isolate, in AddAsyncParentModule() argument
123 GetAsyncParentModule( Isolate* isolate, int index) GetAsyncParentModule() argument
H A Dtemplates-inl.h127 FunctionTemplateInfo FunctionTemplateInfo::GetParent(Isolate* isolate) { in GetParent() argument
133 ObjectTemplateInfo ObjectTemplateInfo::GetParent(Isolate* isolate) { in GetParent() argument
49 EnsureFunctionTemplateRareData( Isolate* isolate, Handle<FunctionTemplateInfo> function_template_info) EnsureFunctionTemplateRareData() argument
[all...]
H A Dtemplates.cc25 GetOrCreateSharedFunctionInfo( Isolate* isolate, Handle<FunctionTemplateInfo> info, MaybeHandle<Name> maybe_name) GetOrCreateSharedFunctionInfo() argument
121 AllocateFunctionTemplateRareData( Isolate* isolate, Handle<FunctionTemplateInfo> function_template_info) AllocateFunctionTemplateRareData() argument
130 TryGetCachedPropertyName( Isolate* isolate, Object getter) TryGetCachedPropertyName() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compiler.cc238 Isolate* const isolate = toplevel_compilation_unit->isolate(); in GenerateCode() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc40 V8_INLINE bool HasInitialRegExpMap(Isolate* isolate, JSReceiver recv) { in HasInitialRegExpMap() argument
46 MaybeHandle<Object> RegExpUtils::SetLastIndex(Isolate* isolate, in SetLastIndex() argument
17 GenericCaptureGetter( Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture, bool* ok) GenericCaptureGetter() argument
62 GetLastIndex(Isolate* isolate, Handle<JSReceiver> recv) GetLastIndex() argument
75 RegExpExec(Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, Handle<Object> exec) RegExpExec() argument
124 IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) IsUnmodifiedRegExp() argument
189 SetAdvancedStringIndex( Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, bool unicode) SetAdvancedStringIndex() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-compiler.cc32 Object CompileOptimized(Isolate* isolate, Handle<JSFunction> function, in CompileOptimized() argument
346 CompileGlobalEval(Isolate* isolate, Handle<i::Object> source_object, Handle<SharedFunctionInfo> outer_info, LanguageMode language_mode, int eval_scope_position, int eval_position) CompileGlobalEval() argument
[all...]
H A Druntime.cc265 const Runtime::Function* Runtime::RuntimeFunctionTable(Isolate* isolate) { in RuntimeFunctionTable() argument
/third_party/node/deps/v8/src/snapshot/
H A Dshared-heap-serializer.cc150 Isolate* isolate = serializer_->isolate(); in SerializeStringTable() local
37 SharedHeapSerializer( Isolate* isolate, Snapshot::SerializerFlags flags, ReadOnlySerializer* read_only_serializer) SharedHeapSerializer() argument
[all...]
/third_party/node/src/api/
H A Dhooks.cc62 Isolate* isolate = env->isolate(); in EmitProcessExit() local
116 void AddEnvironmentCleanupHook(Isolate* isolate, in AddEnvironmentCleanupHook() argument
124 void RemoveEnvironmentCleanupHook(Isolate* isolate, in RemoveEnvironmentCleanupHook() argument
147 AddEnvironmentCleanupHookInternal( Isolate* isolate, AsyncCleanupHook fun, void* arg) AddEnvironmentCleanupHookInternal() argument
179 AsyncHooksGetExecutionAsyncId(Isolate* isolate) AsyncHooksGetExecutionAsyncId() argument
185 AsyncHooksGetTriggerAsyncId(Isolate* isolate) AsyncHooksGetTriggerAsyncId() argument
192 EmitAsyncInit(Isolate* isolate, Local<Object> resource, const char* name, async_id trigger_async_id) EmitAsyncInit() argument
203 EmitAsyncInit(Isolate* isolate, Local<Object> resource, Local<String> name, async_id trigger_async_id) EmitAsyncInit() argument
227 EmitAsyncDestroy(Isolate* isolate, async_context asyncContext) EmitAsyncDestroy() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_hash.cc56 Isolate* isolate = env->isolate(); in Initialize() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc151 void WasmCompilationUnit::CompileWasmFunction(Isolate* isolate, in CompileWasmFunction() argument
208 JSToWasmWrapperCompilationUnit( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import, const WasmFeatures& enabled_features, AllowGeneric allow_generic) JSToWasmWrapperCompilationUnit() argument
254 CompileJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import) CompileJSToWasmWrapper() argument
266 CompileSpecificJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module) CompileSpecificJSToWasmWrapper() argument
[all...]
H A Dinit-expr-interface.cc136 WasmValue DefaultValueForType(ValueType type, Isolate* isolate) { in DefaultValueForType() argument
H A Dwasm-result.h118 ErrorThrower(Isolate* isolate, const char* context) in ErrorThrower() argument
147 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::wasm::ErrorThrower
184 ScheduledErrorThrower(i::Isolate* isolate, const char* context) in ScheduledErrorThrower() argument
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole-test.cc21 Handle<Object> CauseGC(Handle<Object> obj, Isolate* isolate) { in CauseGC() argument
27 Object CauseGCRaw(Object obj, Isolate* isolate) { in CauseGCRaw() argument
33 Managed<Smi> CauseGCManaged(int i, Isolate* isolate) { in CauseGCManaged() argument
44 void TestTwoArguments(Isolate* isolate) { in TestTwoArguments() argument
56 TestTwoSizeTArguments(Isolate* isolate) TestTwoSizeTArguments() argument
80 TestMethodCall(Isolate* isolate) TestMethodCall() argument
90 TestOperatorCall(Isolate* isolate) TestOperatorCall() argument
99 TestFollowingTemplates(Isolate* isolate) TestFollowingTemplates() argument
108 VirtualCauseGC(Handle<Object> obj, Isolate* isolate) VirtualCauseGC() argument
123 TestFollowingVirtualFunctions(Isolate* isolate) TestFollowingVirtualFunctions() argument
140 StaticCauseGC(Handle<Object> obj, Isolate* isolate) StaticCauseGC() argument
148 TestFollowingStaticFunctions(Isolate* isolate) TestFollowingStaticFunctions() argument
159 TestDeadVarAnalysis(Isolate* isolate) TestDeadVarAnalysis() argument
167 TestDeadVarBecauseOfSafepointAnalysis(Isolate* isolate) TestDeadVarBecauseOfSafepointAnalysis() argument
175 TestGuardedDeadVarAnalysis(Isolate* isolate) TestGuardedDeadVarAnalysis() argument
188 TestGuardedDeadVarAnalysis2(Isolate* isolate) TestGuardedDeadVarAnalysis2() argument
201 TestGuardedAgainstSafepointDeadVarAnalysis(Isolate* isolate) TestGuardedAgainstSafepointDeadVarAnalysis() argument
214 TestGuardedAgainstSafepointDeadVarAnalysis2(Isolate* isolate) TestGuardedAgainstSafepointDeadVarAnalysis2() argument
227 TestGuardedAgainstSafepointDeadVarAnalysis3(Isolate* isolate) TestGuardedAgainstSafepointDeadVarAnalysis3() argument
245 TestOnlyHeapGuardedDeadVarAnalysisInCompound(Isolate* isolate) TestOnlyHeapGuardedDeadVarAnalysisInCompound() argument
255 TestOnlyHeapGuardedDeadVarAnalysisInCompound2(Isolate* isolate) TestOnlyHeapGuardedDeadVarAnalysisInCompound2() argument
268 TestGuardedDeadVarAnalysisNested(JSObject raw_obj, Isolate* isolate) TestGuardedDeadVarAnalysisNested() argument
274 TestGuardedDeadVarAnalysisCaller(Isolate* isolate) TestGuardedDeadVarAnalysisCaller() argument
282 TestGuardedDeadVarAnalysisCaller2(Isolate* isolate) TestGuardedDeadVarAnalysisCaller2() argument
290 TestGuardedDeadVarAnalysisCaller3(Isolate* isolate) TestGuardedDeadVarAnalysisCaller3() argument
298 TestGuardedDeadVarAnalysisCaller4(Isolate* isolate) TestGuardedDeadVarAnalysisCaller4() argument
305 GuardedAllocation(Isolate* isolate) GuardedAllocation() argument
310 GuardedAllocation2(Isolate* isolate) GuardedAllocation2() argument
315 TestNestedDeadVarAnalysis(Isolate* isolate) TestNestedDeadVarAnalysis() argument
322 TestNestedDeadVarAnalysis2(Isolate* isolate) TestNestedDeadVarAnalysis2() argument
332 TestGuardedDeadVarAnalysisMidFunction(Isolate* isolate) TestGuardedDeadVarAnalysisMidFunction() argument
343 TestGuardedDeadVarAnalysisMidFunction2(Isolate* isolate) TestGuardedDeadVarAnalysisMidFunction2() argument
[all...]
/third_party/node/src/
H A Dinspector_profiler.cc84 Isolate* isolate = env->isolate(); local
211 Isolate* isolate local
421 Isolate* isolate = env->isolate(); global() local
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...30