| /third_party/node/deps/v8/src/objects/ |
| H A D | keys.cc | 60 static Handle<FixedArray> CombineKeys(Isolate* isolate, in CombineKeys() argument 93 Isolate* isolate = object->GetIsolate(); in GetKeys() local 191 Isolate* isolate = accumulator->isolate(); FilterProxyKeys() local 362 ReduceFixedArrayTo(Isolate* isolate, Handle<FixedArray> array, int length) ReduceFixedArrayTo() argument 371 GetFastEnumPropertyKeys(Isolate* isolate, Handle<JSObject> object) GetFastEnumPropertyKeys() argument 447 GetOwnKeysWithElements(Isolate* isolate, Handle<JSObject> object, GetKeysConversion convert, bool skip_indices) GetOwnKeysWithElements() argument 804 CommonCopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CommonCopyEnumKeysTo() argument 852 CopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CopyEnumKeysTo() argument 877 CopyEnumKeysTo(Isolate* isolate, Handle<SwissNameDictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CopyEnumKeysTo() argument 890 GetOwnEnumPropertyDictionaryKeys(Isolate* isolate, KeyCollectionMode mode, KeyAccumulator* accumulator, Handle<JSObject> object, T raw_dictionary) GetOwnEnumPropertyDictionaryKeys() argument 910 Isolate* isolate = keys->isolate(); CollectKeysFromDictionary() local 1147 GetOwnEnumPropertyKeys( Isolate* isolate, Handle<JSObject> object) GetOwnEnumPropertyKeys() argument 1170 NameComparator(Isolate* isolate) NameComparator() argument [all...] |
| H A D | map-updater.cc | 92 MapUpdater::MapUpdater(Isolate* isolate, Handle<Map> old_map) in MapUpdater() argument 30 GeneralizeFieldType( Representation rep1, Handle<FieldType> type1, Representation rep2, Handle<FieldType> type2, Isolate* isolate) GeneralizeFieldType() argument 45 PrintGeneralization( Isolate* isolate, Handle<Map> map, FILE* file, const char* reason, InternalIndex modify_index, int split, int descriptors, bool descriptor_to_field, Representation old_representation, Representation new_representation, PropertyConstness old_constness, PropertyConstness new_constness, MaybeHandle<FieldType> old_field_type, MaybeHandle<Object> old_value, MaybeHandle<FieldType> new_field_type, MaybeHandle<Object> new_value) PrintGeneralization() argument 254 UpdateMapNoLock(Isolate* isolate, Handle<Map> map) UpdateMapNoLock() argument 297 DetectIntegrityLevelTransitions( Map map, Isolate* isolate, DisallowGarbageCollection* no_gc, ConcurrencyMode cmode) DetectIntegrityLevelTransitions() argument 342 TryUpdateNoLock(Isolate* isolate, Map old_map, ConcurrencyMode cmode) TryUpdateNoLock() argument 422 CompleteInobjectSlackTracking(Isolate* isolate, Map initial_map) CompleteInobjectSlackTracking() argument 1068 PrintReconfiguration(Isolate* isolate, Handle<Map> map, FILE* file, InternalIndex modify_index, PropertyKind kind, PropertyAttributes attributes) PrintReconfiguration() argument 1089 ReconfigureExistingProperty( Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness) ReconfigureExistingProperty() argument 1114 UpdateFieldType(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, Handle<Name> name, PropertyConstness new_constness, Representation new_representation, const MaybeObjectHandle& new_wrapped_type) UpdateFieldType() argument 1165 GeneralizeField(Isolate* isolate, Handle<Map> map, InternalIndex modify_index, PropertyConstness new_constness, Representation new_representation, Handle<FieldType> new_field_type) GeneralizeField() argument [all...] |
| H A D | objects-inl.h | 559 ToObject(Isolate* isolate, Handle<Object> object, const char* method_name) ToObject() argument 567 ToName(Isolate* isolate, Handle<Object> input) ToName() argument 573 ToPropertyKey(Isolate* isolate, Handle<Object> value) ToPropertyKey() argument 580 ToPrimitive(Isolate* isolate, Handle<Object> input, ToPrimitiveHint hint) ToPrimitive() argument 588 ToNumber(Isolate* isolate, Handle<Object> input) ToNumber() argument 594 ToNumeric(Isolate* isolate, Handle<Object> input) ToNumeric() argument 600 ToInteger(Isolate* isolate, Handle<Object> input) ToInteger() argument 606 ToInt32(Isolate* isolate, Handle<Object> input) ToInt32() argument 612 ToUint32(Isolate* isolate, Handle<Object> input) ToUint32() argument 618 ToString(Isolate* isolate, Handle<Object> input) ToString() argument 624 ToLength(Isolate* isolate, Handle<Object> input) ToLength() argument 633 ToIndex(Isolate* isolate, Handle<Object> input, MessageTemplate error_index) ToIndex() argument 639 GetProperty(Isolate* isolate, Handle<Object> object, Handle<Name> name) GetProperty() argument 646 GetElement(Isolate* isolate, Handle<Object> object, uint32_t index) GetElement() argument 653 SetElement(Isolate* isolate, Handle<Object> object, uint32_t index, Handle<Object> value, ShouldThrow should_throw) SetElement() argument 673 WriteSandboxedPointerField(size_t offset, Isolate* isolate, Address value) WriteSandboxedPointerField() argument 679 InitExternalPointerField(size_t offset, Isolate* isolate, ExternalPointerTag tag) InitExternalPointerField() argument 681 i::InitExternalPointerField(field_address(offset), isolate, tag); InitExternalPointerField() local 684 InitExternalPointerField(size_t offset, Isolate* isolate, Address value, ExternalPointerTag tag) InitExternalPointerField() argument 686 i::InitExternalPointerField(field_address(offset), isolate, value, tag); InitExternalPointerField() local 689 ReadExternalPointerField(size_t offset, Isolate* isolate, ExternalPointerTag tag) const ReadExternalPointerField() argument 694 WriteExternalPointerField(size_t offset, Isolate* isolate, Address value, ExternalPointerTag tag) WriteExternalPointerField() argument 696 i::WriteExternalPointerField(field_address(offset), isolate, value, tag); WriteExternalPointerField() local 762 VerifyObjectField(Isolate* isolate, int offset) VerifyObjectField() argument 767 VerifyMaybeObjectField(Isolate* isolate, int offset) VerifyMaybeObjectField() argument 1022 GreaterThan(Isolate* isolate, Handle<Object> x, Handle<Object> y) GreaterThan() argument 1039 GreaterThanOrEqual(Isolate* isolate, Handle<Object> x, Handle<Object> y) GreaterThanOrEqual() argument 1056 LessThan(Isolate* isolate, Handle<Object> x, Handle<Object> y) LessThan() argument 1073 LessThanOrEqual(Isolate* isolate, Handle<Object> x, Handle<Object> y) LessThanOrEqual() argument 1089 GetPropertyOrElement(Isolate* isolate, Handle<Object> object, Handle<Name> name) GetPropertyOrElement() argument 1097 SetPropertyOrElement( Isolate* isolate, Handle<Object> object, Handle<Name> name, Handle<Object> value, Maybe<ShouldThrow> should_throw, StoreOrigin store_origin) SetPropertyOrElement() argument 1110 Isolate* isolate = holder->GetIsolate(); GetPropertyOrElement() local 1200 Share(Isolate* isolate, Handle<Object> value, ShouldThrow throw_if_cannot_be_shared) Share() argument 1227 Relocatable(Isolate* isolate) Relocatable() argument 1245 MakeEntryPair(Isolate* isolate, size_t index, Handle<Object> value) MakeEntryPair() argument 1257 MakeEntryPair(Isolate* isolate, Handle<Object> key, Handle<Object> value) MakeEntryPair() argument [all...] |
| H A D | string-inl.h | 35 explicit SharedStringAccessGuardIfNeeded(Isolate* isolate) {} in SharedStringAccessGuardIfNeeded() argument 47 Isolate* isolate = GetIsolateIfNeeded(str); in SharedStringAccessGuardIfNeeded() local 374 IsMatch(IsolateT* isolate, String s) IsMatch() argument 379 PrepareForInsertion(IsolateT* isolate) PrepareForInsertion() argument 415 SeqSubStringKey(Isolate* isolate, Handle<SeqString> string, int from, int len, bool convert = false) SeqSubStringKey() argument 436 IsMatch(Isolate* isolate, String string) IsMatch() argument 445 PrepareForInsertion(Isolate* isolate) PrepareForInsertion() argument 488 Equals(Isolate* isolate, Handle<String> one, Handle<String> two) Equals() argument 645 Flatten(Isolate* isolate, Handle<String> string, AllocationType allocation) Flatten() argument 675 Flatten(LocalIsolate* isolate, Handle<String> string, AllocationType allocation) Flatten() argument 718 Isolate* isolate; GetFlatContent() local 786 Share(Isolate* isolate, Handle<String> string) Share() argument 1106 AllocateExternalPointerEntries(Isolate* isolate) AllocateExternalPointerEntries() argument 1115 Isolate* isolate = GetIsolateForSandbox(*this); DEF_GETTER() local 1120 set_address_as_resource(Isolate* isolate, Address value) set_address_as_resource() argument 1143 DisposeResource(Isolate* isolate) DisposeResource() argument 1167 update_data_cache(Isolate* isolate) update_data_cache() argument 1180 SetResource( Isolate* isolate, const ExternalOneByteString::Resource* resource) SetResource() argument 1189 set_resource( Isolate* isolate, const ExternalOneByteString::Resource* resource) set_resource() argument 1211 Isolate* isolate; GetChars() local 1239 update_data_cache(Isolate* isolate) update_data_cache() argument 1252 SetResource( Isolate* isolate, const ExternalTwoByteString::Resource* resource) SetResource() argument 1261 set_resource( Isolate* isolate, const ExternalTwoByteString::Resource* resource) set_resource() argument 1283 Isolate* isolate; GetChars() local [all...] |
| H A D | backing-store.cc | 107 void RecordStatus(Isolate* isolate, AllocationStatus status) { in RecordStatus() argument 116 void RecordSandboxMemoryAllocationResult(Isolate* isolate, void* result) { in RecordSandboxMemoryAllocationResult() argument 286 Allocate( Isolate* isolate, size_t byte_length, SharedFlag shared, InitializedFlag initialized) Allocate() argument 347 SetAllocatorFromIsolate(Isolate* isolate) SetAllocatorFromIsolate() argument 362 TryAllocateWasmMemory( Isolate* isolate, size_t initial_pages, size_t maximum_pages, SharedFlag shared) TryAllocateWasmMemory() argument 382 TryAllocateAndPartiallyCommitMemory( Isolate* isolate, size_t byte_length, size_t max_byte_length, size_t page_size, size_t initial_pages, size_t maximum_pages, bool is_wasm_memory, SharedFlag shared) TryAllocateAndPartiallyCommitMemory() argument 515 AllocateWasmMemory( Isolate* isolate, size_t initial_pages, size_t maximum_pages, SharedFlag shared) AllocateWasmMemory() argument 544 CopyWasmMemory(Isolate* isolate, size_t new_pages, size_t max_pages) CopyWasmMemory() argument 570 GrowWasmMemoryInPlace(Isolate* isolate, size_t delta_pages, size_t max_pages) GrowWasmMemoryInPlace() argument 643 AttachSharedWasmMemoryObject( Isolate* isolate, Handle<WasmMemoryObject> memory_object) AttachSharedWasmMemoryObject() argument 652 BroadcastSharedWasmMemoryGrow( Isolate* isolate, std::shared_ptr<BackingStore> backing_store) BroadcastSharedWasmMemoryGrow() argument 658 RemoveSharedWasmMemoryObjects(Isolate* isolate) RemoveSharedWasmMemoryObjects() argument 662 UpdateSharedWasmMemoryObjects(Isolate* isolate) UpdateSharedWasmMemoryObjects() argument 668 ResizeInPlace( Isolate* isolate, size_t new_byte_length, size_t new_committed_length) ResizeInPlace() argument 709 GrowInPlace( Isolate* isolate, size_t new_byte_length, size_t new_committed_length) GrowInPlace() argument 750 WrapAllocation( Isolate* isolate, void* allocation_base, size_t allocation_length, SharedFlag shared, bool free_on_destruct) WrapAllocation() argument 809 Reallocate(Isolate* isolate, size_t new_byte_length) Reallocate() argument 889 Purge(Isolate* isolate) Purge() argument 915 AddSharedWasmMemoryObject( Isolate* isolate, BackingStore* backing_store, Handle<WasmMemoryObject> memory_object) AddSharedWasmMemoryObject() argument 937 BroadcastSharedWasmMemoryGrow( Isolate* isolate, std::shared_ptr<BackingStore> backing_store) BroadcastSharedWasmMemoryGrow() argument 954 UpdateSharedWasmMemoryObjects( Isolate* isolate) UpdateSharedWasmMemoryObjects() argument 965 isolate); UpdateSharedWasmMemoryObjects() local [all...] |
| H A D | code.cc | 217 SafepointEntry Code::GetSafepointEntry(Isolate* isolate, Address pc) { in GetSafepointEntry() argument 222 Address Code::OffHeapInstructionStart(Isolate* isolate, Address pc) const { in OffHeapInstructionStart() argument 228 Address Code::OffHeapInstructionEnd(Isolate* isolate, Address pc) const { in OffHeapInstructionEnd() argument 274 bool Code::CanDeoptAt(Isolate* isolate, Address pc) { in CanDeoptAt() argument 289 bool Code::IsIsolateIndependent(Isolate* isolate) { in IsIsolateIndependent() argument 353 OptimizedCodeIterator(Isolate* isolate) OptimizedCodeIterator() argument 384 New(Isolate* isolate, int deopt_entry_count, AllocationType allocation) New() argument 391 Empty(Isolate* isolate) Empty() argument 473 DisassembleCodeRange(Isolate* isolate, std::ostream& os, Code code, Address begin, size_t size, Address current_pc) DisassembleCodeRange() argument 487 Disassemble(const char* name, std::ostream& os, Isolate* isolate, Address current_pc) Disassemble() argument 752 InstallDependency(Isolate* isolate, Handle<Code> code, Handle<HeapObject> object, DependencyGroups groups) InstallDependency() argument 762 isolate); InstallDependency() local 772 InsertWeakCode( Isolate* isolate, Handle<DependentCode> entries, DependencyGroups groups, Handle<Code> code) InsertWeakCode() argument 781 isolate); InsertWeakCode() local 789 New(Isolate* isolate, DependencyGroups groups, Handle<Code> code) New() argument 867 DeoptimizeDependentCodeGroup( Isolate* isolate, DependentCode::DependencyGroups groups) DeoptimizeDependentCodeGroup() argument [all...] |
| H A D | feedback-vector.h | 658 FromMainThread(Isolate* isolate) FromMainThread() argument 662 FromBackgroundThread(Isolate* isolate, LocalHeap* local_heap) FromBackgroundThread() argument 673 Isolate* isolate() const { return isolate_; } isolate() function in v8::internal::NexusConfig 695 NexusConfig(Isolate* isolate) NexusConfig() argument 697 NexusConfig(Isolate* isolate, LocalHeap* local_heap) NexusConfig() argument [all...] |
| H A D | js-function.cc | 179 void JSFunction::MarkForOptimization(Isolate* isolate, CodeKind target_kind, in MarkForOptimization() argument 214 void JSFunction::SetInterruptBudget(Isolate* isolate) { in SetInterruptBudget() argument 220 CopyNameAndLength( Isolate* isolate, Handle<JSFunctionOrBoundFunctionOrWrappedFunction> function, Handle<JSReceiver> target, Handle<String> prefix, int arg_count) CopyNameAndLength() argument 237 Handle<Object> length(Smi::zero(), isolate); CopyNameAndLength() local 305 GetName(Isolate* isolate, Handle<JSBoundFunction> function) GetName() argument 337 GetLength(Isolate* isolate, Handle<JSBoundFunction> function) GetLength() argument 375 Isolate* const isolate = function->GetIsolate(); ToString() local 380 GetName( Isolate* isolate, Handle<JSWrappedFunction> function) GetName() argument 402 GetLength(Isolate* isolate, Handle<JSWrappedFunction> function) GetLength() argument 420 Isolate* const isolate = function->GetIsolate(); ToString() local 425 Create( Isolate* isolate, Handle<NativeContext> creation_context, Handle<JSReceiver> value) Create() argument 480 GetName(Isolate* isolate, Handle<JSFunction> function) GetName() argument 491 Isolate* const isolate = function->GetIsolate(); EnsureClosureFeedbackCellArray() local 538 EnsureFeedbackVector(Isolate* isolate, Handle<JSFunction> function, IsCompiledScope* compiled_scope) EnsureFeedbackVector() argument 552 CreateAndAttachFeedbackVector( Isolate* isolate, Handle<JSFunction> function, IsCompiledScope* compiled_scope) CreateAndAttachFeedbackVector() argument 583 Isolate* const isolate = function->GetIsolate(); InitializeFeedbackCell() local 622 SetInstancePrototype(Isolate* isolate, Handle<JSFunction> function, Handle<JSReceiver> value) SetInstancePrototype() argument 670 Isolate* isolate = function->GetIsolate(); SetPrototype() local 706 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype) SetInitialMap() argument 711 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype, Handle<JSFunction> constructor) SetInitialMap() argument 910 FastInitializeDerivedMap(Isolate* isolate, Handle<JSFunction> new_target, Handle<JSFunction> constructor, Handle<Map> constructor_initial_map) FastInitializeDerivedMap() argument 968 GetDerivedMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedMap() argument 1070 GetDerivedRabGsabMap(Isolate* isolate, Handle<JSFunction> constructor, Handle<JSReceiver> new_target) GetDerivedRabGsabMap() argument 1096 ComputeInstanceSizeWithMinSlack(Isolate* isolate) ComputeInstanceSizeWithMinSlack() argument 1115 UseFastFunctionNameLookup(Isolate* isolate, Map map) UseFastFunctionNameLookup() argument 1143 Isolate* isolate = function->GetIsolate(); GetDebugName() local 1161 Isolate* isolate = function->GetIsolate(); SetName() local 1186 Isolate* const isolate = shared_info->GetIsolate(); NativeCodeFunctionSourceString() local 1198 Isolate* const isolate = function->GetIsolate(); ToString() local 1257 CalculateExpectedNofProperties(Isolate* isolate, Handle<JSFunction> function) CalculateExpectedNofProperties() argument 1333 Isolate* isolate = GetIsolate(); ClearTypeFeedbackInfo() local [all...] |
| H A D | lookup.cc | 31 PropertyKey::PropertyKey(Isolate* isolate, Handle<Object> key, bool* success) { in PropertyKey() argument 48 LookupIterator::LookupIterator(Isolate* isolate, Handle<Object> receiver, in LookupIterator() argument 141 GetRootForNonJSReceiver( Isolate* isolate, Handle<Object> lookup_start_object, size_t index) GetRootForNonJSReceiver() argument 186 InternalUpdateProtector(Isolate* isolate, Handle<Object> receiver_generic, Handle<Name> name) InternalUpdateProtector() argument 1434 TryGetOwnCowElement( Isolate* isolate, FixedArray array_elements, ElementsKind elements_kind, int array_length, size_t index) TryGetOwnCowElement() argument 1479 TryGetOwnConstantElement( Object* result_out, Isolate* isolate, LocalIsolate* local_isolate, JSObject holder, FixedArrayBase elements, ElementsKind elements_kind, size_t index) TryGetOwnConstantElement() argument 1543 TryGetOwnChar( String* result_out, Isolate* isolate, LocalIsolate* local_isolate, String string, size_t index) TryGetOwnChar() argument 1578 TryGetPropertyCell( Isolate* isolate, LocalIsolate* local_isolate, Handle<JSGlobalObject> holder, Handle<Name> name) TryGetPropertyCell() argument [all...] |
| H A D | map-inl.h | 171 Handle<Map> Map::Normalize(Isolate* isolate, Handle<Map> fast_map, in Normalize() argument 157 GeneralizeIfCanHaveTransitionableFastElementsKind( Isolate* isolate, InstanceType instance_type, Representation* representation, Handle<FieldType>* field_type) GeneralizeIfCanHaveTransitionableFastElementsKind() argument 334 AddMissingTransitionsForTesting( Isolate* isolate, Handle<Map> split_map, Handle<DescriptorArray> descriptors) AddMissingTransitionsForTesting() argument 658 NotifyLeafMapLayoutChange(Isolate* isolate) NotifyLeafMapLayoutChange() argument 691 UpdateDescriptors(Isolate* isolate, DescriptorArray descriptors, int number_of_own_descriptors) UpdateDescriptors() argument 696 InitializeDescriptors(Isolate* isolate, DescriptorArray descriptors) InitializeDescriptors() argument 708 AppendDescriptor(Isolate* isolate, Descriptor* desc) AppendDescriptor() argument 762 ElementsTransitionMap(Isolate* isolate, ConcurrencyMode cmode) ElementsTransitionMap() argument 805 TryGetConstructor(Isolate* isolate, int max_steps) TryGetConstructor() argument 833 CopyInitialMap(Isolate* isolate, Handle<Map> map) CopyInitialMap() argument 843 InobjectSlackTrackingStep(Isolate* isolate) InobjectSlackTrackingStep() argument [all...] |
| H A D | shared-function-info-inl.h | 197 AbstractCode SharedFunctionInfo::abstract_code(IsolateT* isolate) { in abstract_code() argument 512 IsCompiledScope(const SharedFunctionInfo shared, Isolate* isolate) IsCompiledScope() argument 526 IsCompiledScope(const SharedFunctionInfo shared, LocalIsolate* isolate) IsCompiledScope() argument 546 CanCollectSourcePosition(Isolate* isolate) CanCollectSourcePosition() argument [all...] |
| H A D | swiss-name-dictionary-inl.h | 151 InternalIndex SwissNameDictionary::FindEntry(IsolateT* isolate, Object key) { in FindEntry() argument 216 InternalIndex SwissNameDictionary::FindEntry(IsolateT* isolate, in FindEntry() argument 254 void SwissNameDictionary::ClearDataTableEntry(Isolate* isolate, int entry) { in ClearDataTableEntry() argument 310 Isolate* isolate; in TryValueAt() local 338 EnsureGrowable( IsolateT* isolate, Handle<SwissNameDictionary> table) EnsureGrowable() argument 508 Add( IsolateT* isolate, Handle<SwissNameDictionary> original_table, Handle<Name> key, Handle<Object> value, PropertyDetails details, InternalIndex* entry_out) Add() argument 558 Initialize(IsolateT* isolate, ByteArray meta_table, int capacity) Initialize() argument [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.h | 380 V8_INLINE Isolate* isolate() { return Isolate::FromHeap(heap_); } in isolate() function in v8::internal::V8HeapExplorer
|
| H A D | cpu-profiler.cc | 36 CpuSampler(Isolate* isolate, SamplingEventsProcessor* processor) in CpuSampler() argument 42 Isolate* isolate = reinterpret_cast<Isolate*>(this->isolate()); variable 74 ProfilingScope::ProfilingScope(Isolate* isolate, ProfilerListener* listener) in ProfilingScope() argument 107 ProfilerEventsProcessor( Isolate* isolate, Symbolizer* symbolizer, ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles) ProfilerEventsProcessor() argument 121 SamplingEventsProcessor( Isolate* isolate, Symbolizer* symbolizer, ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles, base::TimeDelta period, bool use_precise_sampling) SamplingEventsProcessor() argument 343 ProfilerCodeObserver(Isolate* isolate, CodeEntryStorage& storage) ProfilerCodeObserver() argument 452 AddProfiler(Isolate* isolate, CpuProfiler* profiler) AddProfiler() argument 457 RemoveProfiler(Isolate* isolate, CpuProfiler* profiler) RemoveProfiler() argument 468 CallCollectSample(Isolate* isolate) CallCollectSample() argument 476 GetAllProfilersMemorySize(Isolate* isolate) GetAllProfilersMemorySize() argument 495 CpuProfiler(Isolate* isolate, CpuProfilingNamingMode naming_mode, CpuProfilingLoggingMode logging_mode) CpuProfiler() argument 501 CpuProfiler(Isolate* isolate, CpuProfilingNamingMode naming_mode, CpuProfilingLoggingMode logging_mode, CpuProfilesCollection* test_profiles, Symbolizer* test_symbolizer, ProfilerEventsProcessor* test_processor, ProfilerCodeObserver* test_code_observer) CpuProfiler() argument 583 CollectSample(Isolate* isolate) CollectSample() argument 594 GetAllProfilersMemorySize(Isolate* isolate) GetAllProfilersMemorySize() argument [all...] |
| /third_party/node/deps/v8/src/json/ |
| H A D | json-parser.cc | 124 MaybeHandle<Object> JsonParseInternalizer::Internalize(Isolate* isolate, in Internalize() argument 208 JsonParser<Char>::JsonParser(Isolate* isolate, Handle<String> source) in JsonParser() argument 408 ParentOfDescriptorOwner(Isolate* isolate, Handle<Map> maybe_root, Handle<Map> source, int descriptor) ParentOfDescriptorOwner() argument [all...] |
| H A D | json-stringifier.cc | 51 V8_INLINE Result SerializeElement(Isolate* isolate, Handle<Object> object, in SerializeElement() argument 142 MaybeHandle<Object> JsonStringify(Isolate* isolate, Handle<Object> object, in JsonStringify() argument 216 JsonStringifier::JsonStringifier(Isolate* isolate) in JsonStringifier() argument 409 explicit CircularStructureMessageBuilder(Isolate* isolate) in CircularStructureMessageBuilder() argument 788 CanFastSerializeJSObject(PtrComprCageBase cage_base, JSObject raw_object, Isolate* isolate) CanFastSerializeJSObject() argument [all...] |
| /third_party/node/deps/v8/src/numbers/ |
| H A D | conversions.cc | 347 IsolateT* isolate() { return isolate_; } in isolate() function 471 NumberParseIntHelper(Isolate* isolate, Handle<String> string, int radix) in NumberParseIntHelper() argument 934 StringToBigIntHelper(IsolateT* isolate, const uint8_t* string, int length) StringToBigIntHelper() argument 1020 StringToBigInt(Isolate* isolate, Handle<String> string) StringToBigInt() argument 1027 BigIntLiteral(IsolateT* isolate, const char* string) BigIntLiteral() argument 1039 BigIntLiteralToDecimal( LocalIsolate* isolate, base::Vector<const uint8_t> literal) BigIntLiteralToDecimal() argument 1427 StringToDouble(Isolate* isolate, Handle<String> string, int flags, double empty_string_val) StringToDouble() argument 1442 TryStringToDouble(LocalIsolate* isolate, Handle<String> object, int max_length_for_conversion) TryStringToDouble() argument [all...] |
| /third_party/node/deps/v8/src/regexp/arm/ |
| H A D | regexp-macro-assembler-arm.cc | 94 RegExpMacroAssemblerARM::RegExpMacroAssemblerARM(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerARM() argument [all...] |
| /third_party/node/deps/v8/src/regexp/mips64/ |
| H A D | regexp-macro-assembler-mips64.cc | 125 RegExpMacroAssemblerMIPS::RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerMIPS() argument [all...] |
| /third_party/node/deps/v8/src/regexp/loong64/ |
| H A D | regexp-macro-assembler-loong64.cc | 89 RegExpMacroAssemblerLOONG64::RegExpMacroAssemblerLOONG64(Isolate* isolate, in RegExpMacroAssemblerLOONG64() argument [all...] |
| /third_party/node/deps/v8/src/regexp/mips/ |
| H A D | regexp-macro-assembler-mips.cc | 87 RegExpMacroAssemblerMIPS::RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerMIPS() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ia32/ |
| H A D | regexp-macro-assembler-ia32.cc | 84 RegExpMacroAssemblerIA32::RegExpMacroAssemblerIA32(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerIA32() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ppc/ |
| H A D | regexp-macro-assembler-ppc.cc | 98 RegExpMacroAssemblerPPC::RegExpMacroAssemblerPPC(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerPPC() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-bytecode-peephole.cc | 1013 OptimizeBytecode( Isolate* isolate, Zone* zone, Handle<String> source, const byte* bytecode, int length, const ZoneUnorderedMap<int, int>& jump_edges) OptimizeBytecode() argument
|
| H A D | regexp-interpreter.cc | 39 bool BackRefMatchesNoCase(Isolate* isolate, int from, int current, int len, in BackRefMatchesNoCase() argument 56 bool BackRefMatchesNoCase(Isolate* isolate, int from, int current, int len, in BackRefMatchesNoCase() argument 209 IrregexpInterpreter::Result ThrowStackOverflow(Isolate* isolate, in ThrowStackOverflow() argument 221 MaybeThrowStackOverflow( Isolate* isolate, RegExp::CallOrigin call_origin) MaybeThrowStackOverflow() argument 231 UpdateCodeAndSubjectReferences( Isolate* isolate, Handle<ByteArray> code_array, Handle<String> subject_string, ByteArray* code_array_out, const byte** code_base_out, const byte** pc_out, String* subject_string_out, base::Vector<const Char>* subject_string_vector_out) UpdateCodeAndSubjectReferences() argument 254 HandleInterrupts( Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray* code_array_out, String* subject_string_out, const byte** code_base_out, base::Vector<const Char>* subject_string_vector_out, const byte** pc_out) HandleInterrupts() argument 384 RawMatch( Isolate* isolate, ByteArray code_array, String subject_string, base::Vector<const Char> subject, int* output_registers, int output_register_count, int total_register_count, int current, uint32_t current_char, RegExp::CallOrigin call_origin, const uint32_t backtrack_limit) RawMatch() argument 1056 Match( Isolate* isolate, JSRegExp regexp, String subject_string, int* output_registers, int output_register_count, int start_position, RegExp::CallOrigin call_origin) Match() argument 1071 MatchInternal( Isolate* isolate, ByteArray code_array, String subject_string, int* output_registers, int output_register_count, int total_register_count, int start_position, RegExp::CallOrigin call_origin, uint32_t backtrack_limit) MatchInternal() argument 1119 MatchForCallFromJs( Address subject, int32_t start_position, Address, Address, int* output_registers, int32_t output_register_count, RegExp::CallOrigin call_origin, Isolate* isolate, Address regexp) MatchForCallFromJs() argument 1147 MatchForCallFromRuntime( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject_string, int* output_registers, int output_register_count, int start_position) MatchForCallFromRuntime() argument [all...] |