| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64.h | 172 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.h | 422 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
|
| /third_party/node/deps/v8/src/handles/ |
| H A D | global-handles.cc | 423 Isolate* isolate = GetIsolateForSandbox(jsobject); in ExtractInternalFields() local 613 void PostGarbageCollectionProcessing(Isolate* isolate) { in PostGarbageCollectionProcessing() argument 876 void GlobalHandles::EnableMarkingBarrier(Isolate* isolate) { in EnableMarkingBarrier() argument 883 DisableMarkingBarrier(Isolate* isolate) DisableMarkingBarrier() argument 940 GlobalHandles(Isolate* isolate) GlobalHandles() argument 1519 Invoke(Isolate* isolate, InvocationType type) Invoke() argument 1761 Create(Isolate* isolate, Object object, int* index) Create() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 84 Isolate* isolate = GetIsolateFromWritableObject(dict); in PrintDictionaryContents() local 495 void PrintEmbedderData(Isolate* isolate, std::ostream& os, in PrintEmbedderData() argument 566 Isolate* isolate = obj.GetIsolate(); in JSObjectPrintHeader() local 609 Isolate* isolate = GetIsolateForSandbox(obj); in JSObjectPrintBody() local 664 Isolate* isolate in JSGeneratorObjectPrint() local 705 Isolate* isolate = GetIsolate(); JSRegExpPrint() local 797 Isolate* isolate = GetIsolateForSandbox(*this); EmbedderDataArrayPrint() local 1444 Isolate* isolate = GetIsolateFromWritableObject(*this); JSSharedStructPrint() local 1445 os << "\\n - isolate: " << isolate; JSSharedStructPrint() local 1527 Isolate* isolate = GetIsolate(); JSFunctionPrint() local 2616 Isolate* isolate = GetIsolateFromWritableObject(*this); MapPrint() local 2827 i::Isolate* isolate = i::Isolate::Current(); GetObjectFromRaw() local 2866 i::Isolate* isolate = i::Isolate::Current(); _v8_internal_Print_Code() local 2904 i::Isolate* isolate = i::Isolate::Current(); _v8_internal_Print_StackTrace() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 106 StackFrameIterator::StackFrameIterator(Isolate* isolate) in StackFrameIterator() argument 109 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t) in StackFrameIterator() argument 114 StackFrameIterator::StackFrameIterator(Isolate* isolate, in StackFrameIterator() argument 219 StackTraceFrameIterator(Isolate* isolate) StackTraceFrameIterator() argument 224 StackTraceFrameIterator(Isolate* isolate, StackFrameId id) StackTraceFrameIterator() argument 284 IsInterpreterFramePc(Isolate* isolate, Address pc, StackFrame::State* state) IsInterpreterFramePc() argument 319 IsNoFrameBytecodeHandlerPc(Isolate* isolate, Address pc, Address fp) const IsNoFrameBytecodeHandlerPc() argument 350 SafeStackFrameIterator(Isolate* isolate, Address pc, Address fp, Address sp, Address lr, Address js_entry_sp) SafeStackFrameIterator() argument 561 GetContainingCode(Isolate* isolate, Address pc) GetContainingCode() argument 1419 PrintTop(Isolate* isolate, FILE* file, bool print_args, bool print_line_number) PrintTop() argument 1554 JavaScriptFrameSummary( Isolate* isolate, Object receiver, JSFunction function, AbstractCode abstract_code, int code_offset, bool is_constructor, FixedArray parameters) JavaScriptFrameSummary() argument 1640 WasmFrameSummary( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::WasmCode* code, int code_offset, bool at_to_number_conversion) WasmFrameSummary() argument 2439 PcAddressForHashing(Isolate* isolate, Address address) PcAddressForHashing() argument [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | ic.cc | 193 IC::IC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in IC() argument 315 OnFeedbackChanged(Isolate* isolate, FeedbackVector vector, FeedbackSlot slot, const char* reason) OnFeedbackChanged() argument 354 MigrateDeprecated(Isolate* isolate, Handle<Object> object) MigrateDeprecated() argument 896 MakeLoadWasmStructFieldHandler(Isolate* isolate, Handle<JSReceiver> holder, LookupIterator* lookup) MakeLoadWasmStructFieldHandler() argument 1317 AllowConvertHoleElementToUndefined(Isolate* isolate, Handle<Map> receiver_map) AllowConvertHoleElementToUndefined() argument 1443 TryConvertKey(Handle<Object> key, Isolate* isolate, intptr_t* index_out, Handle<Name>* name_out) TryConvertKey() argument 1527 GetLoadMode(Isolate* isolate, Handle<Object> receiver, size_t index) GetLoadMode() argument 2622 StoreOwnElement(Isolate* isolate, Handle<JSArray> array, Handle<Object> index, Handle<Object> value) StoreOwnElement() argument 3178 FastCloneObjectMap(Isolate* isolate, Handle<Map> source_map, int flags) FastCloneObjectMap() argument 3230 CloneObjectSlowPath(Isolate* isolate, Handle<Object> source, int flags) CloneObjectSlowPath() argument [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-builder.cc | 85 Handle<BytecodeArray> BytecodeArrayBuilder::ToBytecodeArray(IsolateT* isolate) { in ToBytecodeArray() argument 118 ToSourcePositionTable( IsolateT* isolate) ToSourcePositionTable() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | elements.cc | 177 MaybeHandle<Object> ThrowArrayLengthRangeError(Isolate* isolate) { in ThrowArrayLengthRangeError() argument 195 void CopyObjectToObjectElements(Isolate* isolate, FixedArrayBase from_base, in CopyObjectToObjectElements() argument 230 void CopyDictionaryToObjectElements(Isolate* isolate, FixedArrayBase from_base, in CopyDictionaryToObjectElements() argument 271 CopyDoubleToObjectElements(Isolate* isolate, FixedArrayBase from_base, uint32_t from_start, FixedArrayBase to_base, uint32_t to_start, int raw_copy_size) CopyDoubleToObjectElements() argument 298 Handle<FixedArray> to(FixedArray::cast(to_base), isolate); CopyDoubleToObjectElements() local 441 CopyDictionaryToDoubleElements(Isolate* isolate, FixedArrayBase from_base, uint32_t from_start, FixedArrayBase to_base, uint32_t to_start, int raw_copy_size) CopyDictionaryToDoubleElements() argument 470 SortIndices(Isolate* isolate, Handle<FixedArray> indices, uint32_t sort_size) SortIndices() argument 498 IncludesValueSlowPath(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IncludesValueSlowPath() argument 518 IndexOfValueSlowPath(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IndexOfValueSlowPath() argument 609 HasElementImpl(Isolate* isolate, JSObject holder, size_t index, FixedArrayBase backing_store, PropertyFilter filter = ALL_PROPERTIES) HasElementImpl() argument 622 HasEntryImpl(Isolate* isolate, FixedArrayBase backing_store, InternalIndex entry) HasEntryImpl() argument 644 GetImpl(Isolate* isolate, FixedArrayBase backing_store, InternalIndex entry) GetImpl() argument 722 SetLengthImpl(Isolate* isolate, Handle<JSArray> array, uint32_t length, Handle<FixedArrayBase> backing_store) SetLengthImpl() argument 813 Isolate* isolate = object->GetIsolate(); ConvertElementsWithCapacity() local 847 Isolate* isolate = object->GetIsolate(); TransitionElementsKindImpl() local 975 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 1057 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument 1141 Isolate* isolate = keys->isolate(); CollectElementIndicesImpl() local 1153 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument 1192 Isolate* isolate = object->GetIsolate(); PrependElementIndicesImpl() local 1293 IncludesValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IncludesValueImpl() argument 1307 IndexOfValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IndexOfValueImpl() argument 1337 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase backing_store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument 1469 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 1503 GetImpl(Isolate* isolate, FixedArrayBase backing_store, InternalIndex entry) GetImpl() argument 1553 HasEntryImpl(Isolate* isolate, FixedArrayBase store, InternalIndex entry) HasEntryImpl() argument 1561 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument 1599 GetKeyForEntryImpl(Isolate* isolate, Handle<NumberDictionary> dictionary, InternalIndex entry, PropertyFilter filter) GetKeyForEntryImpl() argument 1641 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument 1665 Isolate* isolate = accumulator->isolate(); AddElementsToKeyAccumulatorImpl() local 1681 IncludesValueFastPath(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length, Maybe<bool>* result) IncludesValueFastPath() argument 1716 IncludesValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IncludesValueImpl() argument 1797 IndexOfValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IndexOfValueImpl() argument 1900 Isolate* isolate = object->GetIsolate(); NormalizeImpl() local 1939 Isolate* isolate = obj->GetIsolate(); DeleteAtEnd() local 1970 Isolate* isolate = obj->GetIsolate(); DeleteCommon() local 2079 HasEntryImpl(Isolate* isolate, FixedArrayBase backing_store, InternalIndex entry) HasEntryImpl() argument 2092 Isolate* isolate = receiver.GetIsolate(); NumberOfElementsImpl() local 2105 Isolate* isolate = accumulator->isolate(); AddElementsToKeyAccumulatorImpl() local 2120 Isolate* isolate = holder.GetIsolate(); ValidateContents() local 2182 MoveElements(Isolate* isolate, Handle<JSArray> receiver, Handle<FixedArrayBase> backing_store, int dst_index, int src_index, int len, int hole_start, int hole_end) MoveElements() argument 2236 IncludesValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> search_value, size_t start_from, size_t length) IncludesValueImpl() argument 2377 CreateListFromArrayLikeImpl(Isolate* isolate, Handle<JSObject> object, uint32_t length) CreateListFromArrayLikeImpl() argument 2397 Isolate* isolate = receiver->GetIsolate(); RemoveElement() local 2433 Isolate* isolate = receiver->GetIsolate(); AddArguments() local 2508 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 2557 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument 2590 IndexOfValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> search_value, size_t start_from, size_t length) IndexOfValueImpl() argument 2663 SetLengthImpl(Isolate* isolate, Handle<JSArray> array, uint32_t length, Handle<FixedArrayBase> backing_store) SetLengthImpl() argument 2761 SetLengthImpl(Isolate* isolate, Handle<JSArray> array, uint32_t length, Handle<FixedArrayBase> backing_store) SetLengthImpl() argument 2871 SetLengthImpl(Isolate* isolate, Handle<JSArray> array, uint32_t length, Handle<FixedArrayBase> backing_store) SetLengthImpl() argument 2904 GetImpl(Isolate* isolate, FixedArrayBase backing_store, InternalIndex entry) GetImpl() argument 2925 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 2972 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument 2993 IndexOfValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> search_value, size_t start_from, size_t length) IndexOfValueImpl() argument 3145 Isolate* isolate = typed_array->GetIsolate(); GetInternalImpl() local 3155 GetImpl(Isolate* isolate, FixedArrayBase backing_store, InternalIndex entry) GetImpl() argument 3221 HasElementImpl(Isolate* isolate, JSObject holder, size_t index, FixedArrayBase backing_store, PropertyFilter filter) HasElementImpl() argument 3231 SetLengthImpl(Isolate* isolate, Handle<JSArray> array, uint32_t length, Handle<FixedArrayBase> backing_store) SetLengthImpl() argument 3245 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase backing_store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument 3267 Isolate* isolate = receiver->GetIsolate(); AddElementsToKeyAccumulatorImpl() local 3278 CollectValuesOrEntriesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArray> values_or_entries, bool get_entries, int* nof_items, PropertyFilter filter) CollectValuesOrEntriesImpl() argument 3329 IncludesValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IncludesValueImpl() argument 3403 IndexOfValueImpl(Isolate* isolate, Handle<JSObject> receiver, Handle<Object> value, size_t start_from, size_t length) IndexOfValueImpl() argument 3554 CreateListFromArrayLikeImpl(Isolate* isolate, Handle<JSObject> object, uint32_t length) CreateListFromArrayLikeImpl() argument 3713 HoleyPrototypeLookupRequired(Isolate* isolate, Context context, JSArray source) HoleyPrototypeLookupRequired() argument 3828 Isolate* isolate = destination->GetIsolate(); CopyElementsHandleSlow() local 3879 Isolate* isolate = destination->GetIsolate(); CopyElementsHandleImpl() local 3933 ToHandle( Isolate* isolate, int8_t value) ToHandle() argument 3940 ToHandle( Isolate* isolate, uint8_t value) ToHandle() argument 3947 ToHandle( Isolate* isolate, int16_t value) ToHandle() argument 3954 ToHandle( Isolate* isolate, uint16_t value) ToHandle() argument 3961 ToHandle( Isolate* isolate, int32_t value) ToHandle() argument 3968 ToHandle( Isolate* isolate, uint32_t value) ToHandle() argument 3981 ToHandle( Isolate* isolate, float value) ToHandle() argument 3995 ToHandle( Isolate* isolate, double value) ToHandle() argument 4031 ToHandle( Isolate* isolate, uint8_t value) ToHandle() argument 4080 ToHandle( Isolate* isolate, int64_t value) ToHandle() argument 4129 ToHandle( Isolate* isolate, uint64_t value) ToHandle() argument 4136 ToHandle( Isolate* isolate, int8_t value) ToHandle() argument 4144 ToHandle(Isolate* isolate, uint8_t value) ToHandle() argument 4152 ToHandle(Isolate* isolate, int16_t value) ToHandle() argument 4160 ToHandle(Isolate* isolate, uint16_t value) ToHandle() argument 4168 ToHandle(Isolate* isolate, int32_t value) ToHandle() argument 4176 ToHandle(Isolate* isolate, uint32_t value) ToHandle() argument 4191 ToHandle(Isolate* isolate, float value) ToHandle() argument 4206 ToHandle(Isolate* isolate, double value) ToHandle() argument 4243 ToHandle(Isolate* isolate, uint8_t value) ToHandle() argument 4293 ToHandle(Isolate* isolate, int64_t value) ToHandle() argument 4344 ToHandle(Isolate* isolate, uint64_t value) ToHandle() argument 4364 GetImpl(Isolate* isolate, FixedArrayBase parameters, InternalIndex entry) GetImpl() argument 4367 SloppyArgumentsElements::cast(parameters), isolate); GetImpl() local 4431 SetLengthImpl(Isolate* isolate, Handle<JSArray> array, uint32_t length, Handle<FixedArrayBase> parameter_map) SetLengthImpl() argument 4458 Isolate* isolate = receiver.GetIsolate(); NumberOfElementsImpl() local 4474 Isolate* isolate = accumulator->isolate(); AddElementsToKeyAccumulatorImpl() local 4486 HasEntryImpl(Isolate* isolate, FixedArrayBase parameters, InternalIndex entry) HasEntryImpl() argument 4506 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase parameters, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument 4537 HasParameterMapArg(Isolate* isolate, SloppyArgumentsElements elements, size_t index) HasParameterMapArg() argument 4573 Isolate* isolate = keys->isolate(); CollectElementIndicesImpl() local 4587 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument 4614 IncludesValueImpl(Isolate* isolate, Handle<JSObject> object, Handle<Object> value, size_t start_from, size_t length) IncludesValueImpl() argument 4656 IndexOfValueImpl(Isolate* isolate, Handle<JSObject> object, Handle<Object> value, size_t start_from, size_t length) IndexOfValueImpl() argument 4704 ConvertArgumentsStoreResult( Isolate* isolate, Handle<SloppyArgumentsElements> elements, Handle<Object> result) ConvertArgumentsStoreResult() argument 4735 Isolate* isolate = object->GetIsolate(); AddImpl() local 4759 Isolate* isolate = object->GetIsolate(); ReconfigureImpl() local 4803 ConvertArgumentsStoreResult( Isolate* isolate, Handle<SloppyArgumentsElements> paramtere_map, Handle<Object> result) ConvertArgumentsStoreResult() argument 4810 GetArguments(Isolate* isolate, FixedArrayBase store) GetArguments() argument 4854 Isolate* isolate = object->GetIsolate(); AddImpl() local 4886 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument 4903 Isolate* isolate = object->GetIsolate(); GrowCapacityAndConvertImpl() local 4937 Isolate* isolate = holder->GetIsolate(); GetImpl() local 4948 GetImpl(Isolate* isolate, FixedArrayBase elements, InternalIndex entry) GetImpl() argument 4965 GetEntryForIndexImpl(Isolate* isolate, JSObject holder, FixedArrayBase backing_store, size_t index, PropertyFilter filter) GetEntryForIndexImpl() argument 5030 Isolate* isolate = receiver->GetIsolate(); AddElementsToKeyAccumulatorImpl() local 5078 CopyElementsImpl(Isolate* isolate, FixedArrayBase from, uint32_t from_start, FixedArrayBase to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) CopyElementsImpl() argument [all...] |
| H A D | js-number-format.cc | 374 Handle<String> StyleAsString(Isolate* isolate, Style style) { in StyleAsString() argument 389 Handle<String> CurrencyDisplayString(Isolate* isolate, in CurrencyDisplayString() argument 297 IsWellFormedUnitIdentifier( Isolate* isolate, const std::string& unit) IsWellFormedUnitIdentifier() argument 415 UseGroupingFromSkeleton(Isolate* isolate, const icu::UnicodeString& skeleton) UseGroupingFromSkeleton() argument 468 CurrencySignString(Isolate* isolate, const icu::UnicodeString& skeleton) CurrencySignString() argument 480 UnitDisplayString(Isolate* isolate, const icu::UnicodeString& skeleton) UnitDisplayString() argument 520 NotationAsString(Isolate* isolate, Notation notation) NotationAsString() argument 535 CompactDisplayString(Isolate* isolate, const icu::UnicodeString& skeleton) CompactDisplayString() argument 549 SignDisplayString(Isolate* isolate, const icu::UnicodeString& skeleton) SignDisplayString() argument 581 RoundingModeString(Isolate* isolate, const icu::UnicodeString& skeleton) RoundingModeString() argument 635 RoundingIncrement(Isolate* isolate, const icu::UnicodeString& skeleton) RoundingIncrement() argument 651 RoundingPriorityString(Isolate* isolate, const icu::UnicodeString& skeleton) RoundingPriorityString() argument 672 TrailingZeroDisplayString(Isolate* isolate, const icu::UnicodeString& skeleton) TrailingZeroDisplayString() argument 915 ResolvedOptions( Isolate* isolate, Handle<JSNumberFormat> number_format) ResolvedOptions() argument 1087 UnwrapNumberFormat( Isolate* isolate, Handle<JSReceiver> format_holder) UnwrapNumberFormat() argument 1124 New(Isolate* isolate, Handle<Map> map, Handle<Object> locales, Handle<Object> options_obj, const char* service) New() argument 1649 IcuFormatNumber( Isolate* isolate, const icu::number::LocalizedNumberFormatter& number_format, Handle<Object> numeric_obj, icu::number::FormattedNumber* formatted) IcuFormatNumber() argument 1707 ToFormattable(Isolate* isolate, Handle<Object> obj, const char* field) ToFormattable() argument 1847 ConstructParts(Isolate* isolate, icu::FormattedValue* formatted, Handle<JSArray> result, int start_index, bool style_is_unit, bool is_nan, bool output_source) ConstructParts() argument 1920 IsPositiveInfinity(Isolate* isolate, Handle<Object> v) IsPositiveInfinity() argument 1930 IsNegativeInfinity(Isolate* isolate, Handle<Object> v) IsNegativeInfinity() argument 1941 IsNegativeZero(Isolate* isolate, Handle<Object> v) IsNegativeZero() argument 1950 LessThan(Isolate* isolate, Handle<Object> a, Handle<Object> b) LessThan() argument 1956 IsFiniteNonMinusZeroNumberOrBigInt(Isolate* isolate, Handle<Object> v) IsFiniteNonMinusZeroNumberOrBigInt() argument 1965 PartitionNumberRangePattern(Isolate* isolate, Handle<JSNumberFormat> number_format, Handle<Object> x, Handle<Object> y, const char* func_name) PartitionNumberRangePattern() argument 2067 FormatToString(Isolate* isolate, icu::FormattedValue* formatted, const icu::number::LocalizedNumberFormatter*, bool) FormatToString() argument 2079 FormatToJSArray( Isolate* isolate, icu::FormattedValue* formatted, const icu::number::LocalizedNumberFormatter* nfmt, bool is_nan, bool output_source) FormatToJSArray() argument 2095 FormatRangeToJSArray( Isolate* isolate, icu::FormattedValue* formatted, const icu::number::LocalizedNumberFormatter* nfmt, bool is_nan) FormatRangeToJSArray() argument 2103 FormatNumeric( Isolate* isolate, const icu::number::LocalizedNumberFormatter& number_format, Handle<Object> numeric_obj) FormatNumeric() argument 2118 FormatToParts( Isolate* isolate, Handle<JSNumberFormat> number_format, Handle<Object> numeric_obj) FormatToParts() argument 2134 FormatNumericRange( Isolate* isolate, Handle<JSNumberFormat> number_format, Handle<Object> x_obj, Handle<Object> y_obj) FormatNumericRange() argument 2142 FormatNumericRangeToParts( Isolate* isolate, Handle<JSNumberFormat> number_format, Handle<Object> x_obj, Handle<Object> y_obj) FormatNumericRangeToParts() argument [all...] |
| H A D | value-serializer.cc | 259 ValueSerializer::ValueSerializer(Isolate* isolate, in ValueSerializer() argument 1171 ValueDeserializer::ValueDeserializer(Isolate* isolate, in ValueDeserializer() argument 1182 ValueDeserializer::ValueDeserializer(Isolate* isolate, cons argument 2264 IsValidObjectKey(Object value, Isolate* isolate) IsValidObjectKey() argument 2441 SetPropertiesFromKeyValuePairs(Isolate* isolate, Handle<JSObject> object, Handle<Object>* data, uint32_t num_properties) SetPropertiesFromKeyValuePairs() argument 2464 ThrowDeserializationExceptionIfNonePending(Isolate* isolate) ThrowDeserializationExceptionIfNonePending() argument [all...] |
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 208 CodeEventLogger::CodeEventLogger(Isolate* isolate) in CodeEventLogger() argument 331 PerfBasicLogger::PerfBasicLogger(Isolate* isolate) in PerfBasicLogger() argument 385 ExternalCodeEventListener::ExternalCodeEventListener(Isolate* isolate) in ExternalCodeEventListener() argument 601 LowLevelLogger::LowLevelLogger(Isolate* isolate, cons argument 722 JitLogger(Isolate* isolate, JitCodeEventHandler code_event_handler) JitLogger() argument 936 Ticker(Isolate* isolate, int interval_microseconds) Ticker() argument 981 Profiler(Isolate* isolate) Profiler() argument 1043 Logger(Isolate* isolate) Logger() argument 1836 Isolate* isolate = heap->isolate(); EnumerateCompiledFunctions() local 1846 handle(AbstractCode::cast(sfi.abstract_code(isolate)), isolate)); EnumerateCompiledFunctions() local 1875 handle(AbstractCode::cast(sfi.abstract_code(isolate)), isolate)); EnumerateCompiledFunctions() local 1936 AddIsolateIdIfNeeded(std::ostream& os, Isolate* isolate) AddIsolateIdIfNeeded() argument 1941 PrepareLogFileName(std::ostream& os, Isolate* isolate, const char* file_name) PrepareLogFileName() argument 1985 SetUp(Isolate* isolate) SetUp() argument 2051 LateSetup(Isolate* isolate) LateSetup() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-parser.cc | 2331 bool RegExpParser::ParseRegExpFromHeapString(Isolate* isolate, Zone* zone, in ParseRegExpFromHeapString() argument 2371 bool RegExpParser::VerifyRegExpSyntax(Isolate* isolate, Zone* zone, in VerifyRegExpSyntax() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 419 void CheckAndHandleInterrupts(i::Isolate* isolate) { in CheckAndHandleInterrupts() argument 493 v8::Isolate* isolate = v8::Isolate::New(store->create_params_); variable 886 VecToString(i::Isolate* isolate, const vec<byte_t>& chars) VecToString() argument 916 i::Isolate* isolate() const { return val_->GetIsolate(); } isolate() function in wasm::RefImpl 1018 i::Isolate* isolate = store->i_isolate(); global() variable 1030 auto isolate = impl(this)->isolate(); global() variable 1048 CreateFrameFromInternal(i::Handle<i::FixedArray> frames, int index, i::Isolate* isolate, StoreImpl* store) CreateFrameFromInternal() argument 1064 i::Isolate* isolate = impl(this)->isolate(); origin() local 1076 i::Isolate* isolate = impl(this)->isolate(); trace() local 1104 i::Isolate* isolate = store->i_isolate(); global() variable 1126 i::Isolate* isolate = impl(store_abs)->i_isolate(); global() variable 1133 i::Isolate* isolate = store->i_isolate(); global() variable 1135 CheckAndHandleInterrupts(isolate); global() variable 1218 i::Isolate* isolate = store->i_isolate(); global() variable 1376 Serialize( i::Isolate* isolate, FuncType* type) Serialize() argument 1439 i::Isolate* isolate = store->i_isolate(); global() variable 1441 CheckAndHandleInterrupts(isolate); global() variable 1518 WasmRefToV8(i::Isolate* isolate, const Ref* ref) WasmRefToV8() argument 1523 PrepareFunctionData(i::Isolate* isolate, i::Handle<i::WasmExportedFunctionData> function_data, const i::wasm::FunctionSig* sig, const i::wasm::WasmModule* module) PrepareFunctionData() argument 1624 GetProperException( i::Isolate* isolate, i::Handle<i::Object> maybe_exception) GetProperException() argument 1648 auto isolate = store->i_isolate(); global() variable 1661 i::WasmExportedFunctionData::cast(raw_function_data), isolate); global() variable 1716 i::Isolate* isolate = store->i_isolate(); v8_callback() local 1750 i::Handle<i::Object> obj(i::Object(raw), isolate); v8_callback() local 1816 i::Isolate* isolate = store->i_isolate(); global() variable 1818 CheckAndHandleInterrupts(isolate); global() variable 1890 i::Isolate* isolate = impl(this)->store()->i_isolate(); set() local 1917 i::Isolate* isolate = store->i_isolate(); global() variable 1919 CheckAndHandleInterrupts(isolate); global() variable 2023 i::Isolate* isolate = table->GetIsolate(); global() variable 2049 i::Isolate* isolate = store->i_isolate(); global() variable 2051 CheckAndHandleInterrupts(isolate); global() variable 2099 i::Isolate* isolate = memory->GetIsolate(); global() variable 2120 i::Isolate* isolate = store->i_isolate(); make() local 2190 i::Isolate* isolate = store->i_isolate(); global() variable 2192 CheckAndHandleInterrupts(isolate); global() variable [all...] |
| H A D | wasm-code-manager.cc | 212 bool WasmCode::ShouldBeLogged(Isolate* isolate) { in ShouldBeLogged() argument 257 void WasmCode::LogCode(Isolate* isolate, const char* source_url, in LogCode() argument 1038 LogWasmCodes(Isolate* isolate, Script script) LogWasmCodes() argument 2185 NewNativeModule( Isolate* isolate, const WasmFeatures& enabled, size_t code_size_estimate, std::shared_ptr<const WasmModule> module) NewNativeModule() argument [all...] |
| /third_party/node/src/ |
| H A D | js_native_api_v8.cc | 90 JSVM_Env__::JSVM_Env__(v8::Isolate* isolate, int32_t module_api_version) in JSVM_Env__() argument 164 static void CreateIsolateData(v8::Isolate* isolate, v8::StartupData* blob) { in CreateIsolateData() argument 182 GetIsolateData(v8::Isolate* isolate) GetIsolateData() argument 187 SetIsolateSnapshotCreator(v8::Isolate* isolate, v8::SnapshotCreator* creator) SetIsolateSnapshotCreator() argument 192 GetIsolateSnapshotCreator(v8::Isolate* isolate) GetIsolateSnapshotCreator() argument 268 auto isolate = env->isolate; NewString() local 435 HandleScopeWrapper(v8::Isolate* isolate) HandleScopeWrapper() argument 448 EscapableHandleScopeWrapper(v8::Isolate* isolate) EscapableHandleScopeWrapper() argument 1471 v8::Isolate* isolate; OH_JSVM_CreateVM() local 1492 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_DestroyVM() local 1509 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_OpenVMScope() local 1527 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_CreateEnv() local 1582 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_CreateEnvFromSnapshot() local 1662 CreateScriptOrigin( v8::Isolate* isolate, v8::Local<v8::String> resource_name, v8::ScriptType type) CreateScriptOrigin() argument 1675 auto *isolate = context->GetIsolate(); PrepareStackTraceCallback() local 1734 auto *isolate = context->GetIsolate(); OH_JSVM_CompileScriptWithOrigin() local 1772 CompileOptionResolver(size_t length, JSVM_CompileOptions options[], v8::Isolate *isolate) CompileOptionResolver() argument 1852 auto *isolate = context->GetIsolate(); OH_JSVM_CompileScriptWithOptions() local 1947 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_CreateSnapshot() local 1994 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_GetHeapStatistics() local 2015 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_StartCpuProfiler() local 2027 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_StopCpuProfiler() local 2039 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_TakeHeapSnapshot() local 2086 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_PumpMessageLoop() local 2092 auto isolate = reinterpret_cast<v8::Isolate*>(vm); OH_JSVM_PerformMicrotaskCheckpoint() local 2239 v8::Isolate* isolate = env->isolate; OH_JSVM_DefineClass() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | pipeline.cc | 146 PipelineData(ZoneStats* zone_stats, Isolate* isolate, in PipelineData() argument 232 PipelineData(ZoneStats* zone_stats, OptimizedCompilationInfo* info, Isolate* isolate, AccountingAllocator* allocator, Graph* graph, JSGraph* jsgraph, Schedule* schedule, SourcePositionTable* source_positions, NodeOriginTable* node_origins, JumpOptimizationInfo* jump_opt, const AssemblerOptions& assembler_options, const ProfileDataFromFile* profile_data) PipelineData() argument 285 PipelineData(ZoneStats* zone_stats, OptimizedCompilationInfo* info, Isolate* isolate, InstructionSequence* sequence) PipelineData() argument 317 Isolate* isolate() const { return isolate_; } isolate() function in v8::internal::compiler::PipelineData 831 PrintFunctionSource(OptimizedCompilationInfo* info, Isolate* isolate, int source_id, Handle<SharedFunctionInfo> shared) PrintFunctionSource() argument 865 PrintInlinedFunctionInfo( OptimizedCompilationInfo* info, Isolate* isolate, int source_id, int inlining_id, const OptimizedCompilationInfo::InlinedFunctionHolder& h) PrintInlinedFunctionInfo() argument 884 PrintParticipatingSource(OptimizedCompilationInfo* info, Isolate* isolate) PrintParticipatingSource() argument 897 PrintCode(Isolate* isolate, Handle<Code> code, OptimizedCompilationInfo* info) PrintCode() argument 1000 CreatePipelineStatistics(Handle<Script> script, OptimizedCompilationInfo* info, Isolate* isolate, ZoneStats* zone_stats) CreatePipelineStatistics() argument 1102 PipelineCompilationJob( Isolate* isolate, Handle<SharedFunctionInfo> shared_info, Handle<JSFunction> function, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CodeKind code_kind) PipelineCompilationJob() argument 1145 PrepareJobImpl( Isolate* isolate) PrepareJobImpl() argument 1226 FinalizeJobImpl( Isolate* isolate) FinalizeJobImpl() argument 1253 RegisterWeakObjectsInOptimizedCode( Isolate* isolate, Handle<NativeContext> context, Handle<Code> code) RegisterWeakObjectsInOptimizedCode() argument 2502 WasmHeapStubCompilationJob(Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) WasmHeapStubCompilationJob() argument 2544 NewWasmHeapStubCompilationJob( Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) NewWasmHeapStubCompilationJob() argument 2554 PrepareJobImpl( Isolate* isolate) PrepareJobImpl() argument 2595 FinalizeJobImpl( Isolate* isolate) FinalizeJobImpl() argument 2608 tracing_scope.stream(), isolate); FinalizeJobImpl() local 2886 GenerateCodeForCodeStub( Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, JSGraph* jsgraph, SourcePositionTable* source_positions, CodeKind kind, const char* debug_name, Builtin builtin, const AssemblerOptions& options, const ProfileDataFromFile* profile_data) GenerateCodeForCodeStub() argument 3251 GenerateCodeForTesting( OptimizedCompilationInfo* info, Isolate* isolate, std::unique_ptr<JSHeapBroker>* out_broker) GenerateCodeForTesting() argument 3300 GenerateCodeForTesting( OptimizedCompilationInfo* info, Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, const AssemblerOptions& options, Schedule* schedule) GenerateCodeForTesting() argument 3341 NewCompilationJob( Isolate* isolate, Handle<JSFunction> function, CodeKind code_kind, bool has_script, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) NewCompilationJob() argument 3858 Isolate* PipelineImpl::isolate() const { return data_->isolate(); } isolate() function in v8::internal::compiler::PipelineImpl [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 487 InstructionOperand OperandForDeopt(Isolate* isolate, OperandGenerator* g, in OperandForDeopt() argument
|
| H A D | instruction.h | 1728 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/builtins/mips/ |
| H A D | builtins-mips.cc | 2987 Isolate* isolate = masm->isolate(); CallApiFunctionAndReturn() local 3834 Isolate* isolate = masm->isolate(); Generate_DeoptimizationEntry() local [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 4832 Isolate* isolate = this->isolate(); CallRecordWriteStub() local [all...] |
| /third_party/node/deps/v8/src/builtins/ia32/ |
| H A D | builtins-ia32.cc | 3255 Isolate* isolate = masm->isolate(); CallApiFunctionAndReturn() local 3980 Isolate* isolate = masm->isolate(); Generate_DeoptimizationEntry() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | macro-assembler-arm.cc | 1560 Isolate* isolate = this->isolate(); CallRecordWriteStub() local 1896 TruncateDoubleToI(Isolate* isolate, Zone* zone, Register result, DwVfpRegister double_input, StubCallMode stub_mode) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 2269 Isolate* isolate = this->isolate(); LoadStackLimit() local 2566 TruncateDoubleToI(Isolate* isolate, Zone* zone, Register result, DoubleRegister double_input, StubCallMode stub_mode, LinkRegisterStatus lr_status) TruncateDoubleToI() argument [all...] |
| /third_party/node/deps/v8/src/builtins/arm64/ |
| H A D | builtins-arm64.cc | 3444 Isolate* isolate = masm->isolate(); CallApiFunctionAndReturn() local 3870 Isolate* isolate = masm->isolate(); Generate_DeoptimizationEntry() local [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.cc | 1415 Isolate* isolate = this->isolate(); CallRecordWriteStub() local [all...] |