Home
last modified time | relevance | path

Searched defs:isolate (Results 701 - 725 of 749) sorted by relevance

1...<<21222324252627282930

/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc205 void Assembler::AllocateAndInstallRequestedHeapObjects(Isolate* isolate) { in AllocateAndInstallRequestedHeapObjects() argument
251 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc67 ToBytecodeOffsetTable( IsolateT* isolate) ToBytecodeOffsetTable() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc296 void Assembler::AllocateAndInstallRequestedHeapObjects(Isolate* isolate) { in AllocateAndInstallRequestedHeapObjects() argument
338 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2168 void TurboAssembler::TruncateDoubleToI(Isolate* isolate, Zone* zone, in CallRecordWriteStub() argument
2949 Isolate* isolate = this->isolate(); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc243 void Assembler::AllocateAndInstallRequestedHeapObjects(Isolate* isolate) { in AllocateAndInstallRequestedHeapObjects() argument
373 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
H A Dmacro-assembler-x64.cc2591 Isolate* isolate = this->isolate(); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc830 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { in Simulator() argument
873 Simulator* Simulator::current(Isolate* isolate) { in current() argument
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc732 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { in Simulator() argument
775 Simulator* Simulator::current(Isolate* isolate) { in current() argument
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc799 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { in Simulator() argument
845 Simulator* Simulator::current(Isolate* isolate) { in current() argument
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc856 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { in Simulator() argument
901 Simulator* Simulator::current(Isolate* isolate) { in current() argument
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc1570 Simulator::Simulator(Isolate* isolate) : isolate_(isolate) { in Simulator() argument
1619 Simulator* Simulator::current(Isolate* isolate) { in current() argument
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2187 Simulator::Simulator(Isolate* isolate) : isolate_(isolate), builtins_(isolate) { in Simulator() argument
2230 Simulator* Simulator::current(Isolate* isolate) { in current() argument
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc186 MaybeHandle<T> New(Isolate* isolate, Handle<JSFunction> constructor, in New() argument
199 icu::UnicodeString Intl::ToICUUnicodeString(Isolate* isolate, in ToICUUnicodeString() argument
223 icu::StringPiece ToICUStringPiece(Isolate* isolate, Handle<String> string, in ToICUStringPiece() argument
242 MaybeHandle<String> LocaleConvertCase(Isolate* isolate, Handle<String> s, in LocaleConvertCase() argument
336 ConvertToLower(Isolate* isolate, Handle<String> s) ConvertToLower() argument
367 ConvertToUpper(Isolate* isolate, Handle<String> s) ConvertToUpper() argument
465 ToString(Isolate* isolate, const icu::UnicodeString& string) ToString() argument
471 ToString(Isolate* isolate, const icu::UnicodeString& string, int32_t begin, int32_t end) ToString() argument
479 InnerAddElement(Isolate* isolate, Handle<JSArray> array, int index, Handle<String> field_type_string, Handle<String> value) InnerAddElement() argument
504 AddElement(Isolate* isolate, Handle<JSArray> array, int index, Handle<String> field_type_string, Handle<String> value) AddElement() argument
510 AddElement(Isolate* isolate, Handle<JSArray> array, int index, Handle<String> field_type_string, Handle<String> value, Handle<String> additional_property_name, Handle<String> additional_property_value) AddElement() argument
618 LegacyUnwrapReceiver(Isolate* isolate, Handle<JSReceiver> receiver, Handle<JSFunction> constructor, bool has_initialized_slot) LegacyUnwrapReceiver() argument
667 CanonicalizeLanguageTag(Isolate* isolate, const std::string& locale_in) CanonicalizeLanguageTag() argument
742 CanonicalizeLanguageTag(Isolate* isolate, Handle<Object> locale_in) CanonicalizeLanguageTag() argument
775 CanonicalizeLocaleList( Isolate* isolate, Handle<Object> locales, bool only_return_one_result) CanonicalizeLocaleList() argument
869 StringLocaleConvertCase(Isolate* isolate, Handle<String> s, bool to_upper, Handle<Object> locales) StringLocaleConvertCase() argument
917 CompareStringsOptionsFor( IsolateT* isolate, Handle<Object> locales, Handle<Object> options) CompareStringsOptionsFor() argument
966 StringLocaleCompare( Isolate* isolate, Handle<String> string1, Handle<String> string2, Handle<Object> locales, Handle<Object> options, const char* method_name) StringLocaleCompare() argument
1334 TryFastCompareStrings( Isolate* isolate, const icu::Collator& icu_collator, Handle<String> string1, Handle<String> string2, int* processed_until_out) TryFastCompareStrings() argument
1412 CompareStrings(Isolate* isolate, const icu::Collator& icu_collator, Handle<String> string1, Handle<String> string2, CompareStringsOptions compare_strings_options) CompareStrings() argument
1459 NumberToLocaleString(Isolate* isolate, Handle<Object> num, Handle<Object> locales, Handle<Object> options, const char* method_name) NumberToLocaleString() argument
1510 SetNumberFormatDigitOptions( Isolate* isolate, Handle<JSReceiver> options, int mnfd_default, int mxfd_default, bool notation_is_compact) SetNumberFormatDigitOptions() argument
1848 BuildLocaleMatcher( Isolate* isolate, const std::set<std::string>& available_locales, UErrorCode* status) BuildLocaleMatcher() argument
1909 BestFitMatcher(Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) BestFitMatcher() argument
1924 BestFitSupportedLocales( Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) BestFitSupportedLocales() argument
1955 CreateArrayFromList(Isolate* isolate, std::vector<std::string> elements, PropertyAttributes attr) CreateArrayFromList() argument
1980 SupportedLocales( Isolate* isolate, const char* method_name, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales, Handle<Object> options) SupportedLocales() argument
2022 GetCanonicalLocales(Isolate* isolate, Handle<Object> locales) GetCanonicalLocales() argument
2036 AvailableCollations(Isolate* isolate) AvailableCollations() argument
2048 VectorToJSArray(Isolate* isolate, const std::vector<std::string>& array) VectorToJSArray() argument
2114 AvailableCurrencies(Isolate* isolate) AvailableCurrencies() argument
2118 AvailableNumberingSystems(Isolate* isolate) AvailableNumberingSystems() argument
2139 AvailableTimeZones(Isolate* isolate) AvailableTimeZones() argument
2151 AvailableUnits(Isolate* isolate) AvailableUnits() argument
2167 SupportedValuesOf(Isolate* isolate, Handle<Object> key_obj) SupportedValuesOf() argument
2216 SupportedLocalesOf( Isolate* isolate, const char* method_name, const std::set<std::string>& available_locales, Handle<Object> locales, Handle<Object> options) SupportedLocalesOf() argument
2378 LookupMatcher(Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales) LookupMatcher() argument
2437 ResolveLocale( Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales, MatcherOption matcher, const std::set<std::string>& relevant_extension_keys) ResolveLocale() argument
2463 SetTextToBreakIterator( Isolate* isolate, Handle<String> text, icu::BreakIterator* break_iterator) SetTextToBreakIterator() argument
2477 Normalize(Isolate* isolate, Handle<String> string, Handle<Object> form_input) Normalize() argument
2638 GetLocaleMatcher(Isolate* isolate, Handle<JSReceiver> options, const char* method_name) GetLocaleMatcher() argument
2647 GetNumberingSystem(Isolate* isolate, Handle<JSReceiver> options, const char* method_name, std::unique_ptr<char[]>* result) GetNumberingSystem() argument
2693 NumberFieldToType(Isolate* isolate, const NumberFormatSpan& part, const icu::UnicodeString& text, bool is_nan) NumberFieldToType() argument
2746 FormattedToString( Isolate* isolate, const icu::FormattedValue& formatted) FormattedToString() argument
2756 ToJSArray( Isolate* isolate, const char* unicode_key, icu::StringEnumeration* enumeration, const std::function<bool(const char*)>& removes, bool sort) ToJSArray() argument
2814 CanonicalizeTimeZoneName(Isolate* isolate, Handle<String> identifier) CanonicalizeTimeZoneName() argument
2831 IsValidTimeZoneName(Isolate* isolate, Handle<String> id) IsValidTimeZoneName() argument
2864 GetTimeZoneIndex(Isolate* isolate, Handle<String> identifier, int32_t* index) GetTimeZoneIndex() argument
2898 ToIntlMathematicalValueAsNumberBigIntOrString( Isolate* isolate, Handle<Object> input) ToIntlMathematicalValueAsNumberBigIntOrString() argument
2948 SourceString(Isolate* isolate, FormatRangeSource source) SourceString() argument
[all...]
H A Djs-objects.cc124 Maybe<bool> JSReceiver::HasOwnProperty(Isolate* isolate, in HasOwnProperty() argument
175 HasInPrototypeChain(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> proto) HasInPrototypeChain() argument
191 Isolate* isolate = it->isolate(); CheckPrivateNameStore() local
238 CheckIfCanDefine(Isolate* isolate, LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw) CheckIfCanDefine() argument
284 Isolate* isolate = target->GetIsolate(); FastAssign() local
414 SetOrCopyDataProperties( Isolate* isolate, Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) SetOrCopyDataProperties() argument
552 GetConstructorHelper( Isolate* isolate, Handle<JSReceiver> receiver) GetConstructorHelper() argument
622 GetConstructor( Isolate* isolate, Handle<JSReceiver> receiver) GetConstructor() argument
628 GetConstructorName(Isolate* isolate, Handle<JSReceiver> receiver) GetConstructorName() argument
661 Isolate* isolate = receiver->GetIsolate(); GetFunctionRealm() local
702 Isolate* isolate = receiver->GetIsolate(); GetContextForMicrotask() local
863 CreateIdentityHash(Isolate* isolate, JSReceiver key) CreateIdentityHash() argument
872 GetOrCreateIdentityHash(Isolate* isolate) GetOrCreateIdentityHash() argument
886 Isolate* isolate = object->GetIsolate(); DeleteNormalizedProperty() local
928 Isolate* isolate = it->isolate(); DeleteProperty() local
1015 Isolate* isolate = object->GetIsolate(); DeletePropertyOrElement() local
1023 DefineProperty(Isolate* isolate, Handle<Object> object, Handle<Object> key, Handle<Object> attributes) DefineProperty() argument
1056 DefineProperties(Isolate* isolate, Handle<Object> object, Handle<Object> properties) DefineProperties() argument
1131 DefineOwnProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
1162 OrdinaryDefineOwnProperty( Isolate* isolate, Handle<JSObject> object, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument
1171 OrdinaryDefineOwnProperty( Isolate* isolate, Handle<JSObject> object, const PropertyKey& key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument
1194 Isolate* isolate = it->isolate(); GetPropertyWithInterceptorInternal() local
1228 Isolate* isolate = it->isolate(); GetPropertyAttributesWithInterceptorInternal() local
1277 Isolate* isolate = it->isolate(); SetPropertyWithInterceptorInternal() local
1311 Isolate* isolate = it->isolate(); DefinePropertyWithInterceptorInternal() local
1370 Isolate* isolate = it->isolate(); OrdinaryDefineOwnProperty() local
1405 IsCompatiblePropertyDescriptor( Isolate* isolate, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, Handle<Name> property_name, Maybe<ShouldThrow> should_throw) IsCompatiblePropertyDescriptor() argument
1417 ValidateAndApplyPropertyDescriptor( Isolate* isolate, LookupIterator* it, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, Maybe<ShouldThrow> should_throw, Handle<Name> property_name) ValidateAndApplyPropertyDescriptor() argument
1675 CreateDataProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Name> key, Handle<Object> value, Maybe<ShouldThrow> should_throw) CreateDataProperty() argument
1691 Isolate* isolate = receiver->GetIsolate(); CreateDataProperty() local
1712 Isolate* isolate = receiver->GetIsolate(); AddPrivateField() local
1751 GetOwnPropertyDescriptor(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> key, PropertyDescriptor* desc) GetOwnPropertyDescriptor() argument
1830 Isolate* isolate = it->isolate(); GetOwnPropertyDescriptor() local
1916 Isolate* isolate = receiver->GetIsolate(); SetIntegrityLevel() local
2024 ToPrimitive(Isolate* isolate, Handle<JSReceiver> receiver, ToPrimitiveHint hint) ToPrimitive() argument
2052 OrdinaryToPrimitive( Isolate* isolate, Handle<JSReceiver> receiver, OrdinaryToPrimitiveHint hint) OrdinaryToPrimitive() argument
2084 FastGetOwnValuesOrEntries( Isolate* isolate, Handle<JSReceiver> receiver, bool get_entries, Handle<FixedArray>* result) FastGetOwnValuesOrEntries() argument
2184 GetOwnValuesOrEntries(Isolate* isolate, Handle<JSReceiver> object, PropertyFilter filter, bool try_fast_path, bool get_entries) GetOwnValuesOrEntries() argument
2256 SetPrototype(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) SetPrototype() argument
2268 HasProxyInPrototype(Isolate* isolate) HasProxyInPrototype() argument
2301 Isolate* const isolate = constructor->GetIsolate(); New() local
2324 ObjectCreate(Isolate* isolate, Handle<Object> prototype) ObjectCreate() argument
2342 Isolate* isolate = object->GetIsolate(); EnsureWritableFastElements() local
2552 Isolate* isolate = it->isolate(); GetPropertyWithFailedAccessCheck() local
2592 Isolate* isolate = it->isolate(); GetPropertyAttributesWithFailedAccessCheck() local
2632 Isolate* isolate = it->isolate(); SetPropertyWithFailedAccessCheck() local
2656 Isolate* isolate = object->GetIsolate(); SetNormalizedProperty() local
2722 Isolate* isolate = object->GetIsolate(); SetNormalizedElement() local
2892 Isolate* isolate = GetIsolate(); PrintInstanceMigration() local
2937 UpdatePrototypeUserRegistration(Handle<Map> old_map, Handle<Map> new_map, Isolate* isolate) UpdatePrototypeUserRegistration() argument
2963 NotifyMapChange(Handle<Map> old_map, Handle<Map> new_map, Isolate* isolate) NotifyMapChange() argument
2994 MigrateFastToFast(Isolate* isolate, Handle<JSObject> object, Handle<Map> new_map) MigrateFastToFast() argument
3185 MigrateFastToSlow(Isolate* isolate, Handle<JSObject> object, Handle<Map> new_map, int expected_additional_properties) MigrateFastToSlow() argument
3311 MigrateToMap(Isolate* isolate, Handle<JSObject> object, Handle<Map> new_map, int expected_additional_properties) MigrateToMap() argument
3355 ForceSetPrototype(Isolate* isolate, Handle<JSObject> object, Handle<HeapObject> proto) ForceSetPrototype() argument
3381 Isolate* isolate = object->GetIsolate(); AllocateStorageForMap() local
3431 MigrateInstance(Isolate* isolate, Handle<JSObject> object) MigrateInstance() argument
3447 TryMigrateInstance(Isolate* isolate, Handle<JSObject> object) TryMigrateInstance() argument
3466 AddProperty(Isolate* isolate, Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes) AddProperty() argument
3487 AddProperty(Isolate* isolate, Handle<JSObject> object, const char* name, Handle<Object> value, PropertyAttributes attributes) AddProperty() argument
3567 Isolate* isolate = it->isolate(); DefineOwnPropertyIgnoreAttributes() local
3640 Isolate* isolate = object->GetIsolate(); SetOwnElementIgnoreAttributes() local
3648 Isolate* isolate = object->GetIsolate(); DefinePropertyOrElementIgnoreAttributes() local
3659 NormalizeProperties(Isolate* isolate, Handle<JSObject> object, PropertyNormalizationMode mode, int expected_additional_properties, const char* reason) NormalizeProperties() argument
3678 Isolate* isolate = object->GetIsolate(); MigrateSlowToFast() local
3892 Isolate* isolate = object->GetIsolate(); NormalizeElements() local
3950 Isolate* isolate = it->isolate(); DeletePropertyWithInterceptor() local
3990 Isolate* isolate = receiver->GetIsolate(); CreateDataProperty() local
4108 Isolate* isolate = object->GetIsolate(); PreventExtensions() local
4163 Isolate* isolate = object->GetIsolate(); IsExtensible() local
4178 ReadFromOptionsBag(Handle<Object> options, Handle<String> option_name, Isolate* isolate) ReadFromOptionsBag() argument
4189 ApplyAttributesToDictionary( Isolate* isolate, ReadOnlyRoots roots, Handle<Dictionary> dictionary, const PropertyAttributes attributes) ApplyAttributesToDictionary() argument
4212 CreateElementDictionary(Isolate* isolate, Handle<JSObject> object) CreateElementDictionary() argument
4238 Isolate* isolate = object->GetIsolate(); PreventExtensionsWithTransition() local
4423 FastPropertyAt(Isolate* isolate, Handle<JSObject> object, Representation representation, FieldIndex index) FastPropertyAt() argument
4431 FastPropertyAt(Isolate* isolate, Handle<JSObject> object, Representation representation, FieldIndex index, SeqCstAccessTag tag) FastPropertyAt() argument
4440 DictionaryPropertyAt(Isolate* isolate, Handle<JSObject> object, InternalIndex dict_index) DictionaryPropertyAt() argument
4499 Isolate* isolate = GetIsolate(); HasEnumerableElements() local
4559 Isolate* isolate = object->GetIsolate(); DefineAccessor() local
4570 Isolate* isolate = it->isolate(); DefineAccessor() local
4602 Isolate* isolate = object->GetIsolate(); SetAccessor() local
4690 MakePrototypesFast(Handle<Object> receiver, WhereToStart where_to_start, Isolate* isolate) MakePrototypesFast() argument
4726 Isolate* isolate = object->GetIsolate(); OptimizeAsPrototype() local
4795 LazyRegisterPrototypeUser(Handle<Map> user, Isolate* isolate) LazyRegisterPrototypeUser() argument
4843 UnregisterPrototypeUser(Handle<Map> user, Isolate* isolate) UnregisterPrototypeUser() argument
4864 isolate); UnregisterPrototypeUser() local
4913 Isolate* isolate = GetIsolateFromWritableObject(map); InvalidateOnePrototypeValidityCellInternal() local
4976 SetPrototype(Isolate* isolate, Handle<JSObject> object, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) SetPrototype() argument
5160 Isolate* isolate = object->GetIsolate(); AddDataElement() local
5262 Isolate* isolate = object->GetIsolate(); TransitionElementsKind() local
5293 Isolate* isolate = object.GetIsolate(); HoleyElementsUsage() local
5349 HasRealNamedProperty(Isolate* isolate, Handle<JSObject> object, Handle<Name> name) HasRealNamedProperty() argument
5357 HasRealElementProperty(Isolate* isolate, Handle<JSObject> object, uint32_t index) HasRealElementProperty() argument
5365 HasRealNamedCallbackProperty(Isolate* isolate, Handle<JSObject> object, Handle<Name> name) HasRealNamedCallbackProperty() argument
5381 Isolate* isolate = global->GetIsolate(); InvalidatePropertyCell() local
5401 Isolate* const isolate = constructor->GetIsolate(); New() local
5418 CurrentTimeValue(Isolate* isolate) CurrentTimeValue() argument
5430 GetField(Isolate* isolate, Address raw_object, Address smi_index) GetField() argument
5444 DoGetField(Isolate* isolate, FieldIndex index) DoGetField() argument
5543 Isolate* const isolate = date->GetIsolate(); SetValue() local
5587 EnsureSourcePositionsAvailable( Isolate* isolate, Handle<JSMessageObject> message) EnsureSourcePositionsAvailable() argument
5650 Isolate* isolate = GetIsolate(); GetSourceLine() local
5651 Handle<Script> the_script(script(), isolate); GetSourceLine() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc531 void Parser::ParseProgram(Isolate* isolate, Handle<Script> script, in ParseProgram() argument
491 DeserializeScopeChain( IsolateT* isolate, ParseInfo* info, MaybeHandle<ScopeInfo> maybe_outer_scope_info, Scope::DeserializationMode mode) DeserializeScopeChain() argument
577 DoParseProgram(Isolate* isolate, ParseInfo* info) DoParseProgram() argument
701 PostProcessParseResult(IsolateT* isolate, ParseInfo* info, FunctionLiteral* literal) PostProcessParseResult() argument
730 PrepareWrappedArguments( Isolate* isolate, ParseInfo* info, Zone* zone) PrepareWrappedArguments() argument
747 ParseWrapped(Isolate* isolate, ParseInfo* info, ScopedPtrList<Statement>* body, DeclarationScope* outer_scope, Zone* zone) ParseWrapped() argument
831 ParseFunction(Isolate* isolate, ParseInfo* info, Handle<SharedFunctionInfo> shared_info) ParseFunction() argument
939 DoParseFunction(Isolate* isolate, ParseInfo* info, int start_position, int end_position, int function_literal_id, const AstRawString* raw_name) DoParseFunction() argument
1078 DoParseDeserializedFunction( Isolate* isolate, MaybeHandle<ScopeInfo> maybe_outer_scope_info, ParseInfo* info, int start_position, int end_position, int function_literal_id, const AstRawString* raw_name) DoParseDeserializedFunction() argument
1093 ParseClassForInstanceMemberInitialization( Isolate* isolate, MaybeHandle<ScopeInfo> maybe_class_scope_info, int initializer_pos, int initializer_id, int initializer_end_pos) ParseClassForInstanceMemberInitialization() argument
3359 HandleSourceURLComments(IsolateT* isolate, Handle<Script> script) HandleSourceURLComments() argument
3375 UpdateStatistics(Isolate* isolate, Handle<Script> script) UpdateStatistics() argument
3415 ParseOnBackground(LocalIsolate* isolate, ParseInfo* info, int start_position, int end_position, int function_literal_id) ParseOnBackground() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1151 Isolate* isolate = Isolate::FromHeap(heap_); in ExtractJSObjectReferences() local
1744 Isolate* isolate = js_obj.GetIsolate(); ExtractPropertyReferences() local
1863 GetConstructor(Isolate* isolate, JSReceiver receiver) GetConstructor() argument
1875 GetConstructorName(Isolate* isolate, JSObject object) GetConstructorName() argument
2038 Isolate* isolate = heap_->isolate(); IsEssentialObject() local
2269 Isolate* isolate = Isolate::FromHeap(heap_); GetStrongGcSubrootName() local
2313 GlobalObjectsEnumerator(Isolate* isolate) GlobalObjectsEnumerator() argument
2608 NullContextForSnapshotScope(Isolate* isolate) NullContextForSnapshotScope() argument
2621 Isolate* isolate = Isolate::FromHeap(heap_); GenerateSnapshot() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc240 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler() argument
753 int GetCaseIndependentLetters(Isolate* isolate, base::uc16 character, in GetCaseIndependentLetters() argument
815 inline bool EmitSimpleCharacter(Isolate* isolate, RegExpCompiler* compiler, in EmitSimpleCharacter() argument
830 inline bool EmitAtomNonLetter(Isolate* isolate, RegExpCompiler* compiler, in EmitAtomNonLetter() argument
261 Assemble( Isolate* isolate, RegExpMacroAssembler* macro_assembler, RegExpNode* start, int capture_count, Handle<String> pattern) Assemble() argument
890 EmitAtomLetter(Isolate* isolate, RegExpCompiler* compiler, base::uc16 c, Label* on_failure, int cp_offset, bool check, bool preloaded) EmitAtomLetter() argument
1366 FillInBMInfo(Isolate* isolate, int offset, int budget, BoyerMooreLookahead* bm, bool not_at_start) FillInBMInfo() argument
1390 FillInBMInfo(Isolate* isolate, int offset, int budget, BoyerMooreLookahead* bm, bool not_at_start) FillInBMInfo() argument
2059 FillInBMInfo(Isolate* isolate, int offset, int budget, BoyerMooreLookahead* bm, bool not_at_start) FillInBMInfo() argument
2160 Isolate* isolate = assembler->isolate(); EmitBoundaryCheck() local
2337 Isolate* isolate = assembler->isolate(); TextEmitPass() local
2527 MakeCaseIndependent(Isolate* isolate, bool is_one_byte, RegExpFlags flags) MakeCaseIndependent() argument
3202 Isolate* isolate = macro_assembler->isolate(); EmitOptimizedUnanchoredSearch() local
3671 Analysis(Isolate* isolate, bool is_one_byte, RegExpFlags flags) Analysis() argument
3700 Isolate* isolate() const { return isolate_; } isolate() function in v8::internal::Analysis
3789 AnalyzeRegExp(Isolate* isolate, bool is_one_byte, RegExpFlags flags, RegExpNode* node) AnalyzeRegExp() argument
3799 FillInBMInfo(Isolate* isolate, int offset, int budget, BoyerMooreLookahead* bm, bool not_at_start) FillInBMInfo() argument
3811 FillInBMInfo(Isolate* isolate, int offset, int budget, BoyerMooreLookahead* bm, bool not_at_start) FillInBMInfo() argument
3827 FillInBMInfo(Isolate* isolate, int initial_offset, int budget, BoyerMooreLookahead* bm, bool not_at_start) FillInBMInfo() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc797 void UpdateFeatureUseCounts(Isolate* isolate, const WasmFeatures& detected) { in UpdateFeatureUseCounts() argument
1143 bool CompileLazy(Isolate* isolate, Handle<WasmInstanceObject> instance, in CompileLazy() argument
1391 TriggerTierUp(Isolate* isolate, NativeModule* native_module, int func_index, Handle<WasmInstanceObject> instance) TriggerTierUp() argument
1441 Isolate* isolate; ExecuteJSToWasmWrapperCompilationUnits() local
1618 AddExportWrapperUnits(Isolate* isolate, NativeModule* native_module, CompilationUnitBuilder* builder) AddExportWrapperUnits() argument
1686 InitializeCompilation( Isolate* isolate, NativeModule* native_module) InitializeCompilation() argument
1805 CompileNativeModule(Isolate* isolate, v8::metrics::Recorder::ContextId context_id, ErrorThrower* thrower, const WasmModule* wasm_module, std::shared_ptr<NativeModule> native_module, Handle<FixedArray>* export_wrappers_out) CompileNativeModule() argument
1902 CompileToNativeModule( Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower, std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes, Handle<FixedArray>* export_wrappers_out, int compilation_id, v8::metrics::Recorder::ContextId context_id) CompileToNativeModule() argument
2001 AsyncCompileJob( Isolate* isolate, const WasmFeatures& enabled, std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, Handle<Context> incumbent_context, const char* api_method_name, std::shared_ptr<CompilationResultResolver> resolver, int compilation_id) AsyncCompileJob() argument
3463 FinalizeJSToWasmWrappers( Isolate* isolate, const WasmModule* module, Handle<FixedArray>* export_wrappers_out) FinalizeJSToWasmWrappers() argument
3682 PublishDetectedFeatures(Isolate* isolate) PublishDetectedFeatures() argument
3886 CompileJsToWasmWrappers(Isolate* isolate, const WasmModule* module, Handle<FixedArray>* export_wrappers_out) CompileJsToWasmWrappers() argument
[all...]
/third_party/node/deps/v8/src/common/
H A Dglobals.h1859 PtrComprCageBase(const Isolate* isolate) {} in PtrComprCageBase() argument
1861 PtrComprCageBase(const LocalIsolate* isolate) {} in PtrComprCageBase() argument
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc325 Isolate* isolate() const { return jsgraph()->isolate(); } in isolate() function in v8::internal::compiler::EffectControlLinearizer
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h1293 GetOrBuildBoilerplateDescription( IsolateT* isolate) GetOrBuildBoilerplateDescription() argument
1410 GetOrBuildBoilerplateDescription( IsolateT* isolate) GetOrBuildBoilerplateDescription() argument
2211 GetInferredName(Isolate* isolate) GetInferredName() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc1611 Isolate* isolate = this->isolate(); CallRecordWriteStub() local
6126 Isolate* isolate = this->isolate(); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc364 void Assembler::AllocateAndInstallRequestedHeapObjects(Isolate* isolate) { in AllocateAndInstallRequestedHeapObjects() argument
389 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc211 void Assembler::AllocateAndInstallRequestedHeapObjects(Isolate* isolate) { in AllocateAndInstallRequestedHeapObjects() argument
290 void Assembler::GetCode(Isolate* isolate, CodeDesc* desc, in GetCode() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc2687 void TurboAssembler::TruncateDoubleToI(Isolate* isolate, Zone* zone, in CallRecordWriteStub() argument
4305 Isolate* isolate = this->isolate(); CallRecordWriteStub() local
[all...]

Completed in 156 milliseconds

1...<<21222324252627282930