Home
last modified time | relevance | path

Searched defs:isolate (Results 426 - 450 of 749) sorted by relevance

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

/third_party/node/deps/v8/src/heap/
H A Dlarge-spaces.cc376 void LargeObjectSpace::Verify(Isolate* isolate) { in Verify() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic.h77 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::IC
183 LoadIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in LoadIC() argument
216 LoadGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, in LoadGlobalIC() argument
226 KeyedLoadIC(Isolate* isolate, Handle<FeedbackVector> vector, in KeyedLoadIC() argument
259 StoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) StoreIC() argument
287 StoreGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) StoreGlobalIC() argument
311 KeyedStoreIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, FeedbackSlotKind kind) KeyedStoreIC() argument
341 StoreInArrayLiteralIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot) StoreInArrayLiteralIC() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc41 ToBytecodeArray( IsolateT* isolate, int register_count, int parameter_count, Handle<ByteArray> handler_table) ToBytecodeArray() argument
67 ToSourcePositionTable( IsolateT* isolate) ToSourcePositionTable() argument
[all...]
H A Dinterpreter.cc69 Interpreter::Interpreter(Isolate* isolate) in Interpreter() argument
214 CheckAndPrintBytecodeMismatch( IsolateT* isolate, Handle<Script> script, Handle<BytecodeArray> bytecode) CheckAndPrintBytecodeMismatch() argument
219 DeclarationScope::AllocateScopeInfos(parse_info(), isolate); CheckAndPrintBytecodeMismatch() local
250 FinalizeJobImpl( Handle<SharedFunctionInfo> shared_info, Isolate* isolate) FinalizeJobImpl() argument
259 FinalizeJobImpl( Handle<SharedFunctionInfo> shared_info, LocalIsolate* isolate) FinalizeJobImpl() argument
269 DoFinalizeJobImpl( Handle<SharedFunctionInfo> shared_info, IsolateT* isolate) DoFinalizeJobImpl() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h43 void JSArrayBuffer::set_backing_store(Isolate* isolate, void* value) { in set_backing_store() argument
251 void JSTypedArray::set_external_pointer(Isolate* isolate, Address value) { in set_external_pointer() argument
300 void JSTypedArray::SetOffHeapDataPtr(Isolate* isolate, voi argument
274 RemoveExternalPointerCompensationForSerialization( Isolate* isolate) RemoveExternalPointerCompensationForSerialization() argument
282 AddExternalPointerCompensationForDeserialization( Isolate* isolate) AddExternalPointerCompensationForDeserialization() argument
329 Validate(Isolate* isolate, Handle<Object> receiver, const char* method_name) Validate() argument
362 set_data_pointer(Isolate* isolate, void* ptr) set_data_pointer() argument
[all...]
H A Dcompilation-cache-table.cc49 Isolate* isolate = native_context->GetIsolate(); in AddToFeedbackCellsMap() local
65 Handle<WeakFixedArray> old_literals_map(WeakFixedArray::cast(obj), isolate); in AddToFeedbackCellsMap() local
188 Handle<Object> AsHandle(Isolate* isolate) { in AsHandle() argument
247 LookupScript( Handle<CompilationCacheTable> table, Handle<String> src, LanguageMode language_mode, Isolate* isolate) LookupScript() argument
270 Isolate* isolate = native_context->GetIsolate(); LookupEval() local
290 Isolate* isolate = GetIsolate(); LookupRegExp() local
298 PutScript( Handle<CompilationCacheTable> cache, Handle<String> src, LanguageMode language_mode, Handle<SharedFunctionInfo> value, Isolate* isolate) PutScript() argument
318 Isolate* isolate = native_context->GetIsolate(); PutEval() local
352 PutRegExp( Isolate* isolate, Handle<CompilationCacheTable> cache, Handle<String> src, JSRegExp::Flags flags, Handle<FixedArray> value) PutRegExp() argument
366 Age(Isolate* isolate) Age() argument
[all...]
H A Ddebug-objects.cc37 void DebugInfo::ClearBreakInfo(Isolate* isolate) { in ClearBreakInfo() argument
50 SharedFunctionInfo::UninstallDebugBytecode(shared(), isolate); in ClearBreakInfo() local
80 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) { in HasBreakPoint() argument
92 GetBreakPointInfo(Isolate* isolate, int source_position) GetBreakPointInfo() argument
106 ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, Handle<BreakPoint> break_point) ClearBreakPoint() argument
121 SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, int source_position, Handle<BreakPoint> break_point) SetBreakPoint() argument
167 GetBreakPoints(Isolate* isolate, int source_position) GetBreakPoints() argument
179 GetBreakPointCount(Isolate* isolate) GetBreakPointCount() argument
192 FindBreakPointInfo(Isolate* isolate, Handle<DebugInfo> debug_info, Handle<BreakPoint> break_point) FindBreakPointInfo() argument
213 ClearCoverageInfo(Isolate* isolate) ClearCoverageInfo() argument
222 GetSideEffectState(Isolate* isolate) GetSideEffectState() argument
239 ClearBreakPoint(Isolate* isolate, Handle<BreakPointInfo> break_point_info, Handle<BreakPoint> break_point) ClearBreakPoint() argument
273 SetBreakPoint(Isolate* isolate, Handle<BreakPointInfo> break_point_info, Handle<BreakPoint> break_point) SetBreakPoint() argument
309 HasBreakPoint(Isolate* isolate, Handle<BreakPointInfo> break_point_info, Handle<BreakPoint> break_point) HasBreakPoint() argument
331 GetBreakPointById( Isolate* isolate, Handle<BreakPointInfo> break_point_info, int breakpoint_id) GetBreakPointById() argument
358 GetBreakPointCount(Isolate* isolate) GetBreakPointCount() argument
404 Isolate* isolate = info->GetIsolate(); GetSourcePosition() local
416 EnsureStackFrameInfos(Isolate* isolate, Handle<ErrorStackData> error_stack) EnsureStackFrameInfos() argument
464 Isolate* isolate = promise_on_stack->GetIsolate(); GetPromise() local
[all...]
H A Dfeedback-vector-inl.h326 Handle<Symbol> FeedbackVector::UninitializedSentinel(Isolate* isolate) { in UninitializedSentinel() argument
330 Handle<Symbol> FeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() argument
334 Handle<Symbol> FeedbackVector::MegaDOMSentinel(Isolate* isolate) { in MegaDOMSentinel() argument
338 Symbol FeedbackVector::RawUninitializedSentinel(Isolate* isolate) { in RawUninitializedSentinel() argument
H A Djs-collator.cc46 Maybe<CaseFirst> GetCaseFirst(Isolate* isolate, Handle<JSReceiver> options, in GetCaseFirst() argument
55 void CreateDataPropertyForOptions(Isolate* isolate, Handle<JSObject> options, in CreateDataPropertyForOptions() argument
69 void CreateDataPropertyForOptions(Isolate* isolate, Handle<JSObject> options, in CreateDataPropertyForOptions() argument
84 Handle<JSObject> JSCollator::ResolvedOptions(Isolate* isolate, in ResolvedOptions() argument
277 New(Isolate* isolate, Handle<Map> map, Handle<Object> locales, Handle<Object> options_obj, const char* service) New() argument
[all...]
H A Djs-regexp.cc17 BuildIndices( Isolate* isolate, Handle<RegExpMatchInfo> match_info, Handle<Object> maybe_names) BuildIndices() argument
115 FlagsFromString( Isolate* isolate, Handle<String> flags) FlagsFromString() argument
136 StringFromFlags(Isolate* isolate, JSRegExp::Flags flags) StringFromFlags() argument
151 New(Isolate* isolate, Handle<String> pattern, Flags flags, uint32_t backtrack_limit) New() argument
177 set_bytecode_and_trampoline(Isolate* isolate, Handle<ByteArray> bytecode) set_bytecode_and_trampoline() argument
240 Isolate* isolate = regexp->GetIsolate(); Initialize() local
370 EscapeRegExpSource(Isolate* isolate, Handle<String> source) EscapeRegExpSource() argument
402 Isolate* isolate = regexp->GetIsolate(); Initialize() local
[all...]
H A Djs-relative-time-format.cc69 New( Isolate* isolate, Handle<Map> map, Handle<Object> locales, Handle<Object> input_options) New() argument
238 StyleAsString(Isolate* isolate, Style style) StyleAsString() argument
252 ResolvedOptions( Isolate* isolate, Handle<JSRelativeTimeFormat> format_holder) ResolvedOptions() argument
285 UnitAsString(Isolate* isolate, URelativeDateTimeUnit unit_enum) UnitAsString() argument
343 FormatCommon( Isolate* isolate, Handle<JSRelativeTimeFormat> format, Handle<Object> value_obj, Handle<Object> unit_obj, const char* func_name, MaybeHandle<T> (*formatToResult)(Isolate*, const icu::FormattedRelativeDateTime&, Handle<String>, bool)) FormatCommon() argument
389 FormatToString( Isolate* isolate, const icu::FormattedRelativeDateTime& formatted, Handle<String> unit, bool is_nan) FormatToString() argument
400 AddLiteral(Isolate* isolate, Handle<JSArray> array, const icu::UnicodeString& string, int32_t index, int32_t start, int32_t limit) AddLiteral() argument
412 AddUnit(Isolate* isolate, Handle<JSArray> array, const icu::UnicodeString& string, int32_t index, const NumberFormatSpan& part, Handle<String> unit, bool is_nan) AddUnit() argument
427 FormatToJSArray( Isolate* isolate, const icu::FormattedRelativeDateTime& formatted, Handle<String> unit, bool is_nan) FormatToJSArray() argument
497 Format( Isolate* isolate, Handle<Object> value_obj, Handle<Object> unit_obj, Handle<JSRelativeTimeFormat> format) Format() argument
505 FormatToParts( Isolate* isolate, Handle<Object> value_obj, Handle<Object> unit_obj, Handle<JSRelativeTimeFormat> format) FormatToParts() argument
[all...]
H A Dlookup.h99 Isolate* isolate() const { return isolate_; } isolate() function in v8::internal::final
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc30 ProfilerListener::ProfilerListener(Isolate* isolate, in ProfilerListener() argument
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc139 NfaInterpreter(Isolate* isolate, RegExp::CallOrigin call_origin, in NfaInterpreter() argument
559 FindMatches( Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, int register_count_per_match, String input, int start_index, int32_t* output_registers, int output_register_count, Zone* zone) FindMatches() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.h250 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::RegExpMacroAssembler
293 NativeRegExpMacroAssembler(Isolate* isolate, Zone* zone) in NativeRegExpMacroAssembler() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc84 ThrowNotSuperConstructor(Isolate* isolate, Handle<Object> constructor, Handle<JSFunction> function) ThrowNotSuperConstructor() argument
126 KeyToName(Isolate* isolate, Handle<Object> key) KeyToName() argument
134 KeyToName(Isolate* isolate, Handle<Object> key) KeyToName() argument
146 GetMethodAndSetName(Isolate* isolate, RuntimeArguments& args, Smi index, Handle<String> name_prefix, Handle<Object> key) GetMethodAndSetName() argument
178 GetMethodWithSharedName(Isolate* isolate, RuntimeArguments& args, Object index) GetMethodWithSharedName() argument
194 ShallowCopyDictionaryTemplate( Isolate* isolate, Handle<Dictionary> dictionary_template) ShallowCopyDictionaryTemplate() argument
202 Handle<AccessorPair> pair(AccessorPair::cast(value), isolate); ShallowCopyDictionaryTemplate() local
211 SubstituteValues(Isolate* isolate, Handle<Dictionary> dictionary, RuntimeArguments& args) SubstituteValues() argument
259 UpdateProtectors(Isolate* isolate, Handle<JSObject> receiver, Handle<Dictionary> properties_dictionary) UpdateProtectors() argument
265 Handle<Name> name(Name::cast(maybe_key), isolate); UpdateProtectors() local
270 UpdateProtectors(Isolate* isolate, Handle<JSObject> receiver, Handle<DescriptorArray> properties_template) UpdateProtectors() argument
279 AddDescriptorsByTemplate( Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors_template, Handle<NumberDictionary> elements_dictionary_template, Handle<JSObject> receiver, RuntimeArguments& args) AddDescriptorsByTemplate() argument
401 AddDescriptorsByTemplate( Isolate* isolate, Handle<Map> map, Handle<Dictionary> properties_dictionary_template, Handle<NumberDictionary> elements_dictionary_template, Handle<FixedArray> computed_properties, Handle<JSObject> receiver, RuntimeArguments& args) AddDescriptorsByTemplate() argument
467 CreateClassPrototype(Isolate* isolate) CreateClassPrototype() argument
478 InitClassPrototype(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<JSObject> prototype, Handle<HeapObject> prototype_parent, Handle<JSFunction> constructor, RuntimeArguments& args) InitClassPrototype() argument
531 InitClassConstructor(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<HeapObject> constructor_parent, Handle<JSFunction> constructor, RuntimeArguments& args) InitClassConstructor() argument
589 DefineClass(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<Object> super_class, Handle<JSFunction> constructor, RuntimeArguments& args) DefineClass() argument
681 GetSuperHolder(Isolate* isolate, Handle<JSObject> home_object, SuperMode mode, PropertyKey* key) GetSuperHolder() argument
703 LoadFromSuper(Isolate* isolate, Handle<Object> receiver, Handle<JSObject> home_object, PropertyKey* key) LoadFromSuper() argument
751 StoreToSuper(Isolate* isolate, Handle<JSObject> home_object, Handle<Object> receiver, PropertyKey* key, Handle<Object> value, StoreOrigin store_origin) StoreToSuper() argument
[all...]
H A Druntime-literals.cc61 inline Isolate* isolate() { return site_context()->isolate(); } in isolate() function in v8::internal::__anon15020::JSObjectWalkVisitor
70 Isolate* isolate = this->isolate(); in StructureWalk() local
120 Handle<JSObject> value(JSObject::cast(raw), isolate); StructureWalk() local
139 Handle<JSObject> value(JSObject::cast(raw), isolate); StructureWalk() local
151 Handle<JSObject> value(JSObject::cast(raw), isolate); StructureWalk() local
186 Handle<JSObject> value(JSObject::cast(raw), isolate); StructureWalk() local
200 Handle<JSObject> value(JSObject::cast(raw), isolate); StructureWalk() local
238 DeprecationUpdateContext(Isolate* isolate) DeprecationUpdateContext() argument
239 Isolate* isolate() { return isolate_; } isolate() function in v8::internal::__anon15020::DeprecationUpdateContext
258 AllocationSiteCreationContext(Isolate* isolate) AllocationSiteCreationContext() argument
371 CreateObjectLiteral( Isolate* isolate, Handle<ObjectBoilerplateDescription> object_boilerplate_description, int flags, AllocationType allocation) CreateObjectLiteral() argument
452 CreateArrayLiteral( Isolate* isolate, Handle<ArrayBoilerplateDescription> array_boilerplate_description, AllocationType allocation) CreateArrayLiteral() argument
493 ArrayBoilerplateDescription::cast(value_heap_object), isolate); CreateArrayLiteral() local
502 ObjectBoilerplateDescription::cast(value_heap_object), isolate); CreateArrayLiteral() local
517 CreateLiteralWithoutAllocationSite( Isolate* isolate, Handle<HeapObject> description, int flags) CreateLiteralWithoutAllocationSite() argument
527 CreateLiteral(Isolate* isolate, MaybeHandle<FeedbackVector> maybe_vector, int literals_index, Handle<HeapObject> description, int flags) CreateLiteral() argument
[all...]
H A Druntime-scopes.cc37 Object ThrowRedeclarationError(Isolate* isolate, Handle<String> name, in ThrowRedeclarationError() argument
50 Object DeclareGlobal(Isolate* isolate, Handle<JSGlobalObject> global, in DeclareGlobal() argument
234 DeclareEvalHelper(Isolate* isolate, Handle<String> name, Handle<Object> value) DeclareEvalHelper() argument
344 GetCallerArguments(Isolate* isolate, int* total_argc) GetCallerArguments() argument
401 NewSloppyArguments(Isolate* isolate, Handle<JSFunction> callee, T parameters, int argument_count) NewSloppyArguments() argument
664 LoadLookupSlot(Isolate* isolate, Handle<String> name, ShouldThrow should_throw, Handle<Object>* receiver_return = nullptr) LoadLookupSlot() argument
763 StoreLookupSlot( Isolate* isolate, Handle<Context> context, Handle<String> name, Handle<Object> value, LanguageMode language_mode, ContextLookupFlags context_lookup_flags = FOLLOW_CHAINS) StoreLookupSlot() argument
[all...]
H A Druntime-test-wasm.cc41 bool IsWasmCompileAllowed(v8::Isolate* isolate, v8::Local<v8::Value> value, in IsWasmCompileAllowed() argument
55 bool IsWasmInstantiateAllowed(v8::Isolate* isolate, in IsWasmInstantiateAllowed() argument
72 v8::Local<v8::Value> NewRangeException(v8::Isolate* isolate, in NewRangeException() argument
80 ThrowRangeException(v8::Isolate* isolate, const char* message) ThrowRangeException() argument
133 WasmStackSize(Isolate* isolate) WasmStackSize() argument
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.h84 IsolateT* isolate() const { return isolate_; } in isolate() function in v8::internal::Deserializer
289 void PrepareForInsertion(Isolate* isolate) { in PrepareForInsertion() argument
296 void PrepareForInsertion(LocalIsolate* isolate) {} in PrepareForInsertion() argument
[all...]
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc54 bool OffHeapInstructionStream::PcIsOffHeap(Isolate* isolate, Address pc) { in PcIsOffHeap() argument
88 Builtin OffHeapInstructionStream::TryLookupCode(Isolate* isolate, in TryLookupCode() argument
65 TryGetAddressForHashing( Isolate* isolate, Address address, uint32_t* hashable_address) TryGetAddressForHashing() argument
118 CreateOffHeapOffHeapInstructionStream( Isolate* isolate, uint8_t** code, uint32_t* code_size, uint8_t** data, uint32_t* data_size) CreateOffHeapOffHeapInstructionStream() argument
186 BuiltinAliasesOffHeapTrampolineRegister(Isolate* isolate, Code code) BuiltinAliasesOffHeapTrampolineRegister() argument
218 FinalizeEmbeddedCodeTargets(Isolate* isolate, EmbeddedData* blob) FinalizeEmbeddedCodeTargets() argument
268 FromIsolate(Isolate* isolate) FromIsolate() argument
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-search.h58 StringSearch(Isolate* isolate, base::Vector<const PatternChar> pattern) in StringSearch() argument
540 int SearchString(Isolate* isolate, base::Vector<const SubjectChar> subject, in SearchString() argument
550 intptr_t SearchStringRaw(Isolate* isolate, const SubjectChar* subject_ptr, in SearchStringRaw() argument
H A Dstring-stream.cc206 Isolate* isolate = Isolate::Current(); in PrintObject() local
231 void StringStream::Log(Isolate* isolate) { in Log() argument
250 Handle<String> StringStream::ToString(Isolate* isolate) { in ToString() argument
256 void StringStream::ClearMentionedObjectCache(Isolate* isolate) { in ClearMentionedObjectCache() argument
265 IsMentionedObjectCacheClear(Isolate* isolate) IsMentionedObjectCacheClear() argument
364 PrintMentionedObjectCache(Isolate* isolate) PrintMentionedObjectCache() argument
402 Isolate* isolate = fun.GetIsolate(); PrintSecurityTokenIfChanged() local
417 Isolate* isolate = fun.GetIsolate(); PrintPrototype() local
[all...]
H A Duri.cc177 MaybeHandle<String> Uri::Decode(Isolate* isolate, Handle<String> uri, in Decode() argument
281 MaybeHandle<String> Uri::Encode(Isolate* isolate, Handle<String> uri, in Encode() argument
350 UnescapeSlow(Isolate* isolate, Handle<String> string, int start_index) UnescapeSlow() argument
426 UnescapePrivate(Isolate* isolate, Handle<String> source) UnescapePrivate() argument
439 EscapePrivate(Isolate* isolate, Handle<String> string) EscapePrivate() argument
509 Escape(Isolate* isolate, Handle<String> string) Escape() argument
517 Unescape(Isolate* isolate, Handle<String> string) Unescape() argument
[all...]
/third_party/node/src/
H A Dasync_wrap.cc235 Isolate* isolate = args.GetIsolate(); in RegisterDestroyHook() local
340 Isolate* isolate = env->isolate(); GetConstructorTemplate() local
358 Isolate* isolate = env->isolate(); Initialize() local
[all...]

Completed in 20 milliseconds

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