| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | assembler-s390.h | 239 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-isolate.h | 305 explicit Scope(Isolate* isolate) : v8_isolate_(isolate) { in Scope() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc.h | 194 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-isolate.h | 304 explicit Scope(Isolate* isolate) : isolate_(isolate) { isolate->Enter(); } in Scope() argument [all...] |
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.cc | 180 Isolate* isolate = isolate_; in FindDeoptimizingCode() local 205 Deoptimizer* Deoptimizer::Grab(Isolate* isolate) { in Grab() argument 195 New(Address raw_function, DeoptimizeKind kind, Address from, int fp_to_sp_delta, Isolate* isolate) New() argument 211 DebuggerInspectableFrame( JavaScriptFrame* frame, int jsframe_index, Isolate* isolate) DebuggerInspectableFrame() argument 299 Isolate* isolate = native_context.GetIsolate(); DeoptimizeMarkedCodeForContext() local 383 DeoptimizeAll(Isolate* isolate) DeoptimizeAll() argument 401 DeoptimizeMarkedCode(Isolate* isolate) DeoptimizeMarkedCode() argument 418 Isolate* isolate = native_context.GetIsolate(); MarkAllCodeForContext() local 428 Isolate* isolate = function.GetIsolate(); DeoptimizeFunction() local 470 Deoptimizer(Isolate* isolate, JSFunction function, DeoptimizeKind kind, Address from, int fp_to_sp_delta) Deoptimizer() argument 597 IsDeoptimizationEntry(Isolate* isolate, Address addr, DeoptimizeKind* type_out) IsDeoptimizationEntry() argument 619 GetDeoptimizedCodeCount(Isolate* isolate) GetDeoptimizedCodeCount() argument 641 LookupCatchHandler(Isolate* isolate, TranslatedFrame* translated_frame, int* data_out) LookupCatchHandler() argument 707 Isolate* isolate = code.GetIsolate(); TraceMarkForDeoptimization() local 750 TraceFoundActivation(Isolate* isolate, JSFunction function) TraceFoundActivation() argument 760 TraceDeoptAll(Isolate* isolate) TraceDeoptAll() argument 767 TraceDeoptMarked(Isolate* isolate) TraceDeoptMarked() argument 2034 ComputeSourcePositionFromBytecodeArray( Isolate* isolate, SharedFunctionInfo shared, BytecodeOffset bytecode_offset) ComputeSourcePositionFromBytecodeArray() argument [all...] |
| H A D | translated-state.cc | 354 Isolate* TranslatedValue::isolate() const { return container_->isolate(); } in isolate() function in v8::internal::TranslatedValue 1299 Init(Isolate* isolate, Address input_frame_pointer, Address stack_frame_pointer, TranslationArrayIterator* iterator, DeoptimizationLiteralArray literal_array, RegisterValues* registers, FILE* trace_file, int formal_parameter_count, int actual_argument_count) Init() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | liveedit.cc | 387 explicit LineEndsWrapper(Isolate* isolate, Handle<String> string) in LineEndsWrapper() argument 469 TokenizingLineArrayCompareOutput(Isolate* isolate, LineEndsWrapper line_ends1, in TokenizingLineArrayCompareOutput() argument 739 CollectFunctionLiterals(Isolate* isolate, AstNode* root) in CollectFunctionLiterals() argument 755 bool ParseScript(Isolate* isolate, Handle<Script> script, ParseInfo* parse_info, in ParseScript() argument 824 Fill(Isolate* isolate) Fill() argument 933 TranslateSourcePositionTable(Isolate* isolate, Handle<BytecodeArray> code, const std::vector<SourceChangeRange>& diffs) TranslateSourcePositionTable() argument 957 UpdatePositions(Isolate* isolate, Handle<SharedFunctionInfo> sfi, const std::vector<SourceChangeRange>& diffs) UpdatePositions() argument 975 PatchScript(Isolate* isolate, Handle<Script> script, Handle<String> new_source, bool preview, debug::LiveEditResult* result) PatchScript() argument 1205 CompareStrings(Isolate* isolate, Handle<String> s1, Handle<String> s2, std::vector<SourceChangeRange>* diffs) CompareStrings() argument [all...] |
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-arm64.cc | 124 Simulator* Simulator::current(Isolate* isolate) { in current() argument 326 Simulator(Decoder<DispatchingDecoderVisitor>* decoder, Isolate* isolate, FILE* stream) Simulator() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-stats.cc | 368 Isolate* ObjectStats::isolate() { return heap()->isolate(); } in isolate() function in v8::internal::ObjectStats 392 Isolate* isolate() { retur function in v8::internal::ObjectStatsCollectorImpl 643 GetFeedbackSlotType( MaybeObject maybe_obj, FeedbackSlotKind kind, Isolate* isolate) GetFeedbackSlotType() argument [all...] |
| H A D | gc-tracer.cc | 50 Isolate* isolate = tracer_->heap_->isolate(); in AssertMainThread() local 1457 GetContextId( v8::internal::Isolate* isolate) GetContextId() argument 1467 FlushBatchedEvents( v8::metrics::GarbageCollectionBatchedEvents<EventType>& batched_events, Isolate* isolate) FlushBatchedEvents() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-debug.cc | 123 void Object::ObjectVerify(Isolate* isolate) { in ObjectVerify() argument 134 void Object::VerifyPointer(Isolate* isolate, Object p) { in VerifyPointer() argument 142 void Object::VerifyAnyTagged(Isolate* isolate, Objec argument 154 VerifyMaybeObjectPointer(Isolate* isolate, MaybeObject p) VerifyMaybeObjectPointer() argument 163 SmiVerify(Isolate* isolate) SmiVerify() argument 169 TaggedIndexVerify(Isolate* isolate) TaggedIndexVerify() argument 173 HeapObjectVerify(Isolate* isolate) HeapObjectVerify() argument 322 VerifyHeapPointer(Isolate* isolate, Object p) VerifyHeapPointer() argument 329 VerifyCodePointer(Isolate* isolate, Object p) VerifyCodePointer() argument 336 SymbolVerify(Isolate* isolate) SymbolVerify() argument 345 BytecodeArrayVerify(Isolate* isolate) BytecodeArrayVerify() argument 367 VerifyJSObjectElements(Isolate* isolate, JSObject object) VerifyJSObjectElements() argument 406 JSObjectVerify(Isolate* isolate) JSObjectVerify() argument 481 MapVerify(Isolate* isolate) MapVerify() argument 566 DictionaryMapVerify(Isolate* isolate) DictionaryMapVerify() argument 576 EmbedderDataArrayVerify(Isolate* isolate) EmbedderDataArrayVerify() argument 586 FixedArrayVerify(Isolate* isolate) FixedArrayVerify() argument 596 WeakFixedArrayVerify(Isolate* isolate) WeakFixedArrayVerify() argument 603 ArrayListVerify(Isolate* isolate) ArrayListVerify() argument 614 PropertyArrayVerify(Isolate* isolate) PropertyArrayVerify() argument 628 FixedDoubleArrayVerify(Isolate* isolate) FixedDoubleArrayVerify() argument 644 ContextVerify(Isolate* isolate) ContextVerify() argument 652 NativeContextVerify(Isolate* isolate) NativeContextVerify() argument 659 FeedbackMetadataVerify(Isolate* isolate) FeedbackMetadataVerify() argument 673 DescriptorArrayVerify(Isolate* isolate) DescriptorArrayVerify() argument 715 TransitionArrayVerify(Isolate* isolate) TransitionArrayVerify() argument 721 SloppyArgumentsElementsVerify(Isolate* isolate, SloppyArgumentsElements elements, JSObject holder) SloppyArgumentsElementsVerify() argument 770 JSArgumentsObjectVerify(Isolate* isolate) JSArgumentsObjectVerify() argument 789 JSAsyncFunctionObjectVerify(Isolate* isolate) JSAsyncFunctionObjectVerify() argument 793 JSAsyncGeneratorObjectVerify(Isolate* isolate) JSAsyncGeneratorObjectVerify() argument 797 JSDateVerify(Isolate* isolate) JSDateVerify() argument 830 StringVerify(Isolate* isolate) StringVerify() argument 839 ConsStringVerify(Isolate* isolate) ConsStringVerify() argument 851 ThinStringVerify(Isolate* isolate) ThinStringVerify() argument 857 SlicedStringVerify(Isolate* isolate) SlicedStringVerify() argument 866 JSBoundFunctionVerify(Isolate* isolate) JSBoundFunctionVerify() argument 872 JSFunctionVerify(Isolate* isolate) JSFunctionVerify() argument 910 SharedFunctionInfoVerify(Isolate* isolate) SharedFunctionInfoVerify() argument 915 SharedFunctionInfoVerify(LocalIsolate* isolate) SharedFunctionInfoVerify() argument 975 JSGlobalProxyVerify(Isolate* isolate) JSGlobalProxyVerify() argument 982 JSGlobalObjectVerify(Isolate* isolate) JSGlobalObjectVerify() argument 992 OddballVerify(Isolate* isolate) OddballVerify() argument 1053 PropertyCellVerify(Isolate* isolate) PropertyCellVerify() argument 1059 CodeDataContainerVerify(Isolate* isolate) CodeDataContainerVerify() argument 1102 CodeVerify(Isolate* isolate) CodeVerify() argument 1142 JSArrayVerify(Isolate* isolate) JSArrayVerify() argument 1184 JSSetVerify(Isolate* isolate) JSSetVerify() argument 1190 JSMapVerify(Isolate* isolate) JSMapVerify() argument 1196 JSSetIteratorVerify(Isolate* isolate) JSSetIteratorVerify() argument 1203 JSMapIteratorVerify(Isolate* isolate) JSMapIteratorVerify() argument 1213 JSSharedStructVerify(Isolate* isolate) JSSharedStructVerify() argument 1240 WeakCellVerify(Isolate* isolate) WeakCellVerify() argument 1268 JSWeakRefVerify(Isolate* isolate) JSWeakRefVerify() argument 1274 JSFinalizationRegistryVerify(Isolate* isolate) JSFinalizationRegistryVerify() argument 1284 JSWeakMapVerify(Isolate* isolate) JSWeakMapVerify() argument 1289 JSArrayIteratorVerify(Isolate* isolate) JSArrayIteratorVerify() argument 1305 JSStringIteratorVerify(Isolate* isolate) JSStringIteratorVerify() argument 1311 JSWeakSetVerify(Isolate* isolate) JSWeakSetVerify() argument 1316 CallableTaskVerify(Isolate* isolate) CallableTaskVerify() argument 1321 JSPromiseVerify(Isolate* isolate) JSPromiseVerify() argument 1329 SmallOrderedHashTableVerify( Isolate* isolate) SmallOrderedHashTableVerify() argument 1367 SmallOrderedHashMapVerify(Isolate* isolate) SmallOrderedHashMapVerify() argument 1380 SmallOrderedHashSetVerify(Isolate* isolate) SmallOrderedHashSetVerify() argument 1393 SmallOrderedNameDictionaryVerify( Isolate* isolate) SmallOrderedNameDictionaryVerify() argument 1408 SwissNameDictionaryVerify(Isolate* isolate) SwissNameDictionaryVerify() argument 1412 SwissNameDictionaryVerify(Isolate* isolate, bool slow_checks) SwissNameDictionaryVerify() argument 1483 JSRegExpVerify(Isolate* isolate) JSRegExpVerify() argument 1569 JSProxyVerify(Isolate* isolate) JSProxyVerify() argument 1581 JSArrayBufferVerify(Isolate* isolate) JSArrayBufferVerify() argument 1590 JSArrayBufferViewVerify(Isolate* isolate) JSArrayBufferViewVerify() argument 1596 JSTypedArrayVerify(Isolate* isolate) JSTypedArrayVerify() argument 1601 JSDataViewVerify(Isolate* isolate) JSDataViewVerify() argument 1611 AsyncGeneratorRequestVerify(Isolate* isolate) AsyncGeneratorRequestVerify() argument 1617 BigIntBaseVerify(Isolate* isolate) BigIntBaseVerify() argument 1622 SourceTextModuleInfoEntryVerify( Isolate* isolate) SourceTextModuleInfoEntryVerify() argument 1631 ModuleVerify(Isolate* isolate) ModuleVerify() argument 1651 ModuleRequestVerify(Isolate* isolate) ModuleRequestVerify() argument 1664 SourceTextModuleVerify(Isolate* isolate) SourceTextModuleVerify() argument 1689 SyntheticModuleVerify(Isolate* isolate) SyntheticModuleVerify() argument 1697 PrototypeInfoVerify(Isolate* isolate) PrototypeInfoVerify() argument 1738 EnumCacheVerify(Isolate* isolate) EnumCacheVerify() argument 1747 ObjectBoilerplateDescriptionVerify( Isolate* isolate) ObjectBoilerplateDescriptionVerify() argument 1761 WasmInstanceObjectVerify(Isolate* isolate) WasmInstanceObjectVerify() argument 1774 WasmValueObjectVerify(Isolate* isolate) WasmValueObjectVerify() argument 1779 WasmExportedFunctionDataVerify( Isolate* isolate) WasmExportedFunctionDataVerify() argument 1792 DataHandlerVerify(Isolate* isolate) DataHandlerVerify() argument 1819 LoadHandlerVerify(Isolate* isolate) LoadHandlerVerify() argument 1824 StoreHandlerVerify(Isolate* isolate) StoreHandlerVerify() argument 1829 CallHandlerInfoVerify(Isolate* isolate) CallHandlerInfoVerify() argument 1838 AllocationSiteVerify(Isolate* isolate) AllocationSiteVerify() argument 1846 ScriptVerify(Isolate* isolate) ScriptVerify() argument 1863 NormalizedMapCacheVerify(Isolate* isolate) NormalizedMapCacheVerify() argument 1879 PreparseDataVerify(Isolate* isolate) PreparseDataVerify() argument 1891 CallSiteInfoVerify(Isolate* isolate) CallSiteInfoVerify() argument 1903 FunctionTemplateRareDataVerify( Isolate* isolate) FunctionTemplateRareDataVerify() argument 1909 StackFrameInfoVerify(Isolate* isolate) StackFrameInfoVerify() argument 1913 ErrorStackDataVerify(Isolate* isolate) ErrorStackDataVerify() argument 1922 StringTableVerifier(Isolate* isolate) StringTableVerifier() argument 1947 VerifyIfOwnedBy(Isolate* isolate) VerifyIfOwnedBy() argument 1958 IncrementSpillStatistics(Isolate* isolate, SpillInformation* info) IncrementSpillStatistics() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.h | 312 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::StackFrame 366 FrameSummaryBase(Isolate* isolate, Kind kind) in FrameSummaryBase() argument 368 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::FrameSummary::FrameSummaryBase 1208 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::StackFrameIteratorBase [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger.cc | 72 V8Debugger::V8Debugger(v8::Isolate* isolate, V8InspectorImpl* inspector) in V8Debugger() argument 305 void V8Debugger::terminateExecutionCompletedCallback(v8::Isolate* isolate) { in terminateExecutionCompletedCallback() argument 312 terminateExecutionCompletedCallbackIgnoringData( v8::Isolate* isolate, void*) terminateExecutionCompletedCallbackIgnoringData() argument 729 v8::Isolate* isolate = context->GetIsolate(); collectionsEntries() local 799 v8::Isolate* isolate = context->GetIsolate(); queryObjects() local [all...] |
| H A D | value-mirror.cc | 203 v8::Isolate* isolate = context->GetIsolate(); in descriptionForSymbol() local 212 v8::Isolate* isolate = context->GetIsolate(); in descriptionForBigInt() local 231 String16 descriptionForRegExp(v8::Isolate* isolate, in descriptionForRegExp() argument 260 v8::Isolate* isolate = context->GetIsolate(); in descriptionForError() local 304 descriptionForObject(v8::Isolate* isolate, v8::Local<v8::Object> object) descriptionForObject() argument 311 v8::Isolate* isolate = context->GetIsolate(); descriptionForDate() local 324 v8::Isolate* isolate = context->GetIsolate(); descriptionForScope() local 333 descriptionForCollection(v8::Isolate* isolate, v8::Local<v8::Object> object, size_t length) descriptionForCollection() argument 343 v8::Isolate* isolate = context->GetIsolate(); descriptionForWasmValueObject() local 350 v8::Isolate* isolate = context->GetIsolate(); descriptionForEntry() local 390 v8::Isolate* isolate = value->GetIsolate(); descriptionForFunction() local 1061 v8::Isolate* isolate = context->GetIsolate(); global() variable 1249 v8::Isolate* isolate = info.GetIsolate(); nativeGetterCallback() local 1270 v8::Isolate* isolate = context->GetIsolate(); createNativeGetter() local 1293 v8::Isolate* isolate = info.GetIsolate(); nativeSetterCallback() local 1313 v8::Isolate* isolate = context->GetIsolate(); createNativeSetter() local 1380 v8::Isolate* isolate = context->GetIsolate(); getProperties() local 1531 v8::Isolate* isolate = context->GetIsolate(); getInternalProperties() local 1586 v8::Isolate* isolate = context->GetIsolate(); getPrivateProperties() local 1647 v8::Isolate* isolate = context->GetIsolate(); clientMirror() local 1679 v8::Isolate* isolate = context->GetIsolate(); create() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 3109 Handle<Code> GenerateBytecodeHandler(Isolate* isolate, const char* debug_name, in GenerateBytecodeHandler() argument 3145 code->Disassemble(Bytecodes::ToString(bytecode), os, isolate); in GenerateBytecodeHandler() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | bigint.cc | 64 Zero( IsolateT* isolate, AllocationType allocation = AllocationType::kYoung) Zero() argument 173 ThrowBigIntTooBig(Isolate* isolate) ThrowBigIntTooBig() argument 187 New(IsolateT* isolate, int length, AllocationType allocation) New() argument 201 NewFromInt(Isolate* isolate, int value) NewFromInt() argument 219 NewFromDouble(Isolate* isolate, double value) NewFromDouble() argument 287 Copy(Isolate* isolate, Handle<BigIntBase> source) Copy() argument 345 Zero(IsolateT* isolate, AllocationType allocation) Zero() argument 353 UnaryMinus(Isolate* isolate, Handle<BigInt> x) UnaryMinus() argument 363 BitwiseNot(Isolate* isolate, Handle<BigInt> x) BitwiseNot() argument 375 Exponentiate(Isolate* isolate, Handle<BigInt> base, Handle<BigInt> exponent) Exponentiate() argument 447 Multiply(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) Multiply() argument 468 Divide(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) Divide() argument 502 Remainder(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) Remainder() argument 530 Add(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) Add() argument 550 Subtract(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) Subtract() argument 570 LeftShift(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) LeftShift() argument 577 SignedRightShift(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) SignedRightShift() argument 584 UnsignedRightShift(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) UnsignedRightShift() argument 632 BitwiseAnd(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) BitwiseAnd() argument 661 BitwiseXor(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) BitwiseXor() argument 691 BitwiseOr(Isolate* isolate, Handle<BigInt> x, Handle<BigInt> y) BitwiseOr() argument 712 Increment(Isolate* isolate, Handle<BigInt> x) Increment() argument 723 Decrement(Isolate* isolate, Handle<BigInt> x) Decrement() argument 736 CompareToString(Isolate* isolate, Handle<BigInt> x, Handle<String> y) CompareToString() argument 754 EqualToString(Isolate* isolate, Handle<BigInt> x, Handle<String> y) EqualToString() argument 924 ToString(Isolate* isolate, Handle<BigInt> bigint, int radix, ShouldThrow should_throw) ToString() argument 1018 FromNumber(Isolate* isolate, Handle<Object> number) FromNumber() argument 1033 FromObject(Isolate* isolate, Handle<Object> obj) FromObject() argument 1077 ToNumber(Isolate* isolate, Handle<BigInt> x) ToNumber() argument 1195 AbsoluteAddOne( Isolate* isolate, Handle<BigIntBase> x, bool sign, MutableBigInt result_storage) AbsoluteAddOne() argument 1229 AbsoluteSubOne(Isolate* isolate, Handle<BigIntBase> x) AbsoluteSubOne() argument 1242 LeftShiftByAbsolute(Isolate* isolate, Handle<BigIntBase> x, Handle<BigIntBase> y) LeftShiftByAbsolute() argument 1264 RightShiftByAbsolute(Isolate* isolate, Handle<BigIntBase> x, Handle<BigIntBase> y) RightShiftByAbsolute() argument 1286 RightShiftByMaximum(Isolate* isolate, bool sign) RightShiftByMaximum() argument 1305 Terminate(Isolate* isolate) Terminate() argument 1307 Terminate(LocalIsolate* isolate) Terminate() argument 1310 Allocate(IsolateT* isolate, bigint::FromStringAccumulator* accumulator, bool negative, AllocationType allocation) Allocate() argument 1369 FromSerializedDigits( Isolate* isolate, uint32_t bitfield, base::Vector<const uint8_t> digits_storage) FromSerializedDigits() argument 1411 AsIntN(Isolate* isolate, uint64_t n, Handle<BigInt> x) AsIntN() argument 1425 AsUintN(Isolate* isolate, uint64_t n, Handle<BigInt> x) AsUintN() argument 1449 FromInt64(Isolate* isolate, int64_t n) FromInt64() argument 1471 FromUint64(Isolate* isolate, uint64_t n) FromUint64() argument 1482 FromWords64(Isolate* isolate, int sign_bit, int words64_count, const uint64_t* words) FromWords64() argument [all...] |
| H A D | map.cc | 413 MaybeObjectHandle Map::WrapFieldType(Isolate* isolate, Handle<FieldType> type) { in WrapFieldType() argument 432 MaybeHandle<Map> Map::CopyWithField(Isolate* isolate, Handle<Map> map, in CopyWithField() argument 468 CopyWithConstant(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Object> constant, PropertyAttributes attributes, TransitionFlag flag) CopyWithConstant() argument 846 GetObjectCreateMap(Isolate* isolate, Handle<HeapObject> prototype) GetObjectCreateMap() argument 892 FindElementsKindTransitionedMap(Isolate* isolate, MapHandles const& candidates, ConcurrencyMode cmode) FindElementsKindTransitionedMap() argument 935 FindClosestElementsTransition(Isolate* isolate, Map map, ElementsKind to_kind, ConcurrencyMode cmode) FindClosestElementsTransition() argument 956 LookupElementsTransitionMap(Isolate* isolate, ElementsKind to_kind, ConcurrencyMode cmode) LookupElementsTransitionMap() argument 975 TransitionElementsTo(Isolate* isolate, Handle<Map> map, ElementsKind to_kind) TransitionElementsTo() argument 1027 AddMissingElementsTransitions(Isolate* isolate, Handle<Map> map, ElementsKind to_kind) AddMissingElementsTransitions() argument 1059 TryAsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind, ConcurrencyMode cmode) TryAsElementsKind() argument 1068 AsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind) AsElementsKind() argument 1073 isolate); AsElementsKind() local 1114 MayHaveReadOnlyElementsInPrototypeChain(Isolate* isolate) MayHaveReadOnlyElementsInPrototypeChain() argument 1144 RawCopy(Isolate* isolate, Handle<Map> src_handle, int instance_size, int inobject_properties) RawCopy() argument 1179 Normalize(Isolate* isolate, Handle<Map> fast_map, ElementsKind new_elements_kind, PropertyNormalizationMode mode, const char* reason) Normalize() argument 1256 CopyNormalized(Isolate* isolate, Handle<Map> map, PropertyNormalizationMode mode) CopyNormalized() argument 1291 TransitionToImmutableProto(Isolate* isolate, Handle<Map> map) TransitionToImmutableProto() argument 1298 EnsureInitialMap(Isolate* isolate, Handle<Map> map) EnsureInitialMap() argument 1323 CopyInitialMapNormalized(Isolate* isolate, Handle<Map> map, PropertyNormalizationMode mode) CopyInitialMapNormalized() argument 1330 CopyInitialMap(Isolate* isolate, Handle<Map> map, int instance_size, int inobject_properties, int unused_property_fields) CopyInitialMap() argument 1355 CopyDropDescriptors(Isolate* isolate, Handle<Map> map) CopyDropDescriptors() argument 1368 ShareDescriptor(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, Descriptor* descriptor) ShareDescriptor() argument 1409 ConnectTransition(Isolate* isolate, Handle<Map> parent, Handle<Map> child, Handle<Name> name, SimpleTransitionFlag flag) ConnectTransition() argument 1437 CopyReplaceDescriptors(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, TransitionFlag flag, MaybeHandle<Name> maybe_name, const char* reason, SimpleTransitionFlag simple_flag) CopyReplaceDescriptors() argument 1480 AddMissingTransitions(Isolate* isolate, Handle<Map> split_map, Handle<DescriptorArray> descriptors) AddMissingTransitions() argument 1522 InstallDescriptors(Isolate* isolate, Handle<Map> parent, Handle<Map> child, InternalIndex new_descriptor, Handle<DescriptorArray> descriptors) InstallDescriptors() argument 1542 CopyAsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind, TransitionFlag flag) CopyAsElementsKind() argument 1588 AsLanguageMode(Isolate* isolate, Handle<Map> initial_map, Handle<SharedFunctionInfo> shared_info) AsLanguageMode() argument 1628 CopyForElementsTransition(Isolate* isolate, Handle<Map> map) CopyForElementsTransition() argument 1651 Copy(Isolate* isolate, Handle<Map> map, const char* reason) Copy() argument 1662 Create(Isolate* isolate, int inobject_properties) Create() argument 1689 CopyForPreventExtensions( Isolate* isolate, Handle<Map> map, PropertyAttributes attrs_to_add, Handle<Symbol> transition_marker, const char* reason, bool old_map_is_dictionary_elements_kind) CopyForPreventExtensions() argument 1786 UpdateDescriptorForValue(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) UpdateDescriptorForValue() argument 1808 PrepareForDataProperty(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyConstness constness, Handle<Object> value) PrepareForDataProperty() argument 1819 TransitionToDataProperty(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, PropertyConstness constness, StoreOrigin store_origin) TransitionToDataProperty() argument 1904 TransitionToAccessorProperty(Isolate* isolate, Handle<Map> map, Handle<Name> name, InternalIndex descriptor, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) TransitionToAccessorProperty() argument 2017 CopyAddDescriptor(Isolate* isolate, Handle<Map> map, Descriptor* descriptor, TransitionFlag flag) CopyAddDescriptor() argument 2040 CopyInsertDescriptor(Isolate* isolate, Handle<Map> map, Descriptor* descriptor, TransitionFlag flag) CopyInsertDescriptor() argument 2056 CopyReplaceDescriptor(Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors, Descriptor* descriptor, InternalIndex insertion_index, TransitionFlag flag) CopyReplaceDescriptor() argument 2094 Isolate* isolate = GetIsolateFromWritableObject(receiver); Hash() local 2176 ComputeMinObjectSlack(Isolate* isolate) ComputeMinObjectSlack() argument 2189 SetInstanceDescriptors(Isolate* isolate, DescriptorArray descriptors, int number_of_own_descriptors) SetInstanceDescriptors() argument 2199 GetOrCreatePrototypeInfo(Handle<JSObject> prototype, Isolate* isolate) GetOrCreatePrototypeInfo() argument 2211 GetOrCreatePrototypeInfo(Handle<Map> prototype_map, Isolate* isolate) GetOrCreatePrototypeInfo() argument 2223 SetShouldBeFastPrototypeMap(Handle<Map> map, bool value, Isolate* isolate) SetShouldBeFastPrototypeMap() argument 2233 GetOrCreatePrototypeChainValidityCell(Handle<Map> map, Isolate* isolate) GetOrCreatePrototypeChainValidityCell() argument 2257 Handle<Cell> cell(Cell::cast(maybe_cell), isolate); GetOrCreatePrototypeChainValidityCell() local 2281 SetPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype, bool enable_prototype_setup_mode) SetPrototype() argument 2304 TransitionToPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype) TransitionToPrototype() argument 2317 New(Isolate* isolate) New() argument [all...] |
| H A D | code-inl.h | 125 bool AbstractCode::contains(Isolate* isolate, Address inner_pointer) { in contains() argument 279 inline Handle<CodeT> ToCodeT(Handle<Code> code, Isolate* isolate) { in ToCodeT() argument 314 inline Handle<Code> FromCodeT(Handle<CodeT> code, Isolate* isolate) { in FromCodeT() argument 287 ToCodeT(MaybeHandle<Code> maybe_code, Isolate* isolate) ToCodeT() argument 322 ToAbstractCode(Handle<CodeT> code, Isolate* isolate) ToAbstractCode() argument 415 InstructionStart(Isolate* isolate, Address pc) const InstructionStart() argument 421 InstructionEnd(Isolate* isolate, Address pc) const InstructionEnd() argument 427 GetOffsetFromInstructionStart(Isolate* isolate, Address pc) const GetOffsetFromInstructionStart() argument 515 contains(Isolate* isolate, Address inner_pointer) contains() argument 995 AllocateExternalPointerEntries(Isolate* isolate) AllocateExternalPointerEntries() argument 1022 Isolate* isolate = GetIsolateForSandbox(*this); DEF_GETTER() local 1027 set_code_entry_point(Isolate* isolate, Address value) set_code_entry_point() argument [all...] |
| H A D | feedback-vector.cc | 82 Handle<FeedbackMetadata> FeedbackMetadata::New(IsolateT* isolate, in New() argument 228 New( Isolate* isolate, Handle<SharedFunctionInfo> shared) New() argument 247 New( Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<ClosureFeedbackCellArray> closure_feedback_cell_array, IsCompiledScope* is_compiled_scope) New() argument 337 NewFeedbackVectorForTesting( Isolate* isolate, const FeedbackVectorSpec* spec) NewFeedbackVectorForTesting() argument 357 NewWithOneBinarySlotForTesting( Zone* zone, Isolate* isolate) NewWithOneBinarySlotForTesting() argument 365 NewWithOneCompareSlotForTesting( Zone* zone, Isolate* isolate) NewWithOneCompareSlotForTesting() argument 373 AddToVectorsForProfilingTools( Isolate* isolate, Handle<FeedbackVector> vector) AddToVectorsForProfilingTools() argument 459 ClearSlots(Isolate* isolate) ClearSlots() argument 548 Isolate* isolate = GetIsolate(); ConfigureUninitialized() local 641 Isolate* isolate = GetIsolate(); ConfigureMegamorphic() local 879 Isolate* isolate = GetIsolate(); ConfigureCloneObject() local 1327 Isolate* isolate = GetIsolate(); Collect() local 1366 Isolate* isolate = GetIsolate(); GetSourcePositions() local 1393 Isolate* isolate = GetIsolate(); GetTypesForSourcePositions() local [all...] |
| H A D | js-date-time-format.cc | 78 Maybe<JSDateTimeFormat::HourCycle> GetHourCycle(Isolate* isolate, in GetHourCycle() argument 469 Handle<String> DateTimeStyleAsString(Isolate* isolate, in DateTimeStyleAsString() argument 497 Handle<Object> JSDateTimeFormat::TimeZoneId(Isolate* isolate, in TimeZoneId() argument 529 GetCalendar(Isolate* isolate, const icu::SimpleDateFormat& simple_date_format, bool is_alt_calendar = false) GetCalendar() argument 557 GetTimeZone(Isolate* isolate, const icu::SimpleDateFormat& simple_date_format) GetTimeZone() argument 564 Calendar( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format) Calendar() argument 571 TimeZone( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format) TimeZone() argument 578 ResolvedOptions( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format) ResolvedOptions() argument 744 FormatDateTime(Isolate* isolate, const icu::SimpleDateFormat& date_format, double x) FormatDateTime() argument 768 DateTimeFormat( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format, Handle<Object> date) DateTimeFormat() argument 807 ToLocaleDateTime( Isolate* isolate, Handle<Object> date, Handle<Object> locales, Handle<Object> options, RequiredOption required, DefaultsOption defaults, const char* method_name) ToLocaleDateTime() argument 878 IsPropertyUndefined(Isolate* isolate, Handle<JSObject> options, Handle<String> property) IsPropertyUndefined() argument 889 NeedsDefault(Isolate* isolate, Handle<JSObject> options, const std::vector<Handle<String>>& props) NeedsDefault() argument 905 CreateDefault(Isolate* isolate, Handle<JSObject> options, const std::vector<std::string>& props) CreateDefault() argument 922 ToDateTimeOptions( Isolate* isolate, Handle<Object> input_options, RequiredOption required, DefaultsOption defaults) ToDateTimeOptions() argument 1028 UnwrapDateTimeFormat( Isolate* isolate, Handle<JSReceiver> format_holder) UnwrapDateTimeFormat() argument 1122 CreateCalendar(Isolate* isolate, const icu::Locale& icu_locale, icu::TimeZone* tz) CreateCalendar() argument 1264 LazyCreateDateIntervalFormat( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format) LazyCreateDateIntervalFormat() argument 1466 CreateGenerator(Isolate* isolate, const icu::Locale& locale) CreateGenerator() argument 1510 New( Isolate* isolate, Handle<Map> map, Handle<Object> locales, Handle<Object> input_options, const char* service) New() argument 1953 IcuDateFieldIdToDateType(int32_t field_id, Isolate* isolate) IcuDateFieldIdToDateType() argument 2010 FormatToParts( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format, double date_value, bool output_source) FormatToParts() argument 2111 AddPartForFormatRange( Isolate* isolate, Handle<JSArray> array, const icu::UnicodeString& string, int32_t index, int32_t field, int32_t start, int32_t end, const Intl::FormatRangeSourceTracker& tracker) AddPartForFormatRange() argument 2126 FormattedToString(Isolate* isolate, const icu::FormattedValue& formatted, bool* outputRange) FormattedToString() argument 2147 FormattedDateIntervalToJSArray( Isolate* isolate, const icu::FormattedValue& formatted, bool* outputRange) FormattedDateIntervalToJSArray() argument 2207 FormatRangeCommon(Isolate* isolate, Handle<JSDateTimeFormat> date_time_format, double x, double y, bool* outputRange) FormatRangeCommon() argument 2257 FormatRange( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format, double x, double y) FormatRange() argument 2270 FormatRangeToParts( Isolate* isolate, Handle<JSDateTimeFormat> date_time_format, double x, double y) FormatRangeToParts() argument [all...] |
| H A D | scope-info.cc | 61 Handle<ScopeInfo> ScopeInfo::Create(IsolateT* isolate, Zone* zone, Scope* scope, in Create() argument 423 CreateForWithScope( Isolate* isolate, MaybeHandle<ScopeInfo> outer_scope) CreateForWithScope() argument 469 CreateGlobalThisBinding(Isolate* isolate) CreateGlobalThisBinding() argument 474 CreateForEmptyFunction(Isolate* isolate) CreateForEmptyFunction() argument 479 CreateForNativeContext(Isolate* isolate) CreateForNativeContext() argument 484 CreateForBootstrapping(Isolate* isolate, BootstrappingType type) CreateForBootstrapping() argument 600 CopyElements(Isolate* isolate, int dst_index, ScopeInfo src, int src_index, int len, WriteBarrierMode mode) CopyElements() argument 623 RecreateWithBlockList( Isolate* isolate, Handle<ScopeInfo> original, Handle<StringSet> blocklist) RecreateWithBlockList() argument 654 Empty(Isolate* isolate) Empty() argument 1116 New(IsolateT* isolate, Handle<String> specifier, Handle<FixedArray> import_assertions, int position) New() argument 1136 New( IsolateT* isolate, Handle<PrimitiveHeapObject> export_name, Handle<PrimitiveHeapObject> local_name, Handle<PrimitiveHeapObject> import_name, int module_request, int cell_index, int beg_pos, int end_pos) New() argument 1166 New( IsolateT* isolate, Zone* zone, SourceTextModuleDescriptor* descr) New() argument [all...] |
| H A D | string.cc | 35 Handle<String> String::SlowFlatten(Isolate* isolate, Handle<ConsString> cons, in SlowFlatten() argument 83 Handle<String> String::SlowShare(Isolate* isolate, Handle<String> source) { in SlowShare() argument 122 MigrateExternalStringResource(Isolate* isolate, ExternalString from, StringClass to) MigrateExternalStringResource() argument 140 MigrateExternalString(Isolate* isolate, String string, String internalized) MigrateExternalString() argument 157 ComputeThinStringMap(IsolateT* isolate, StringShape from_string_shape, bool one_byte) ComputeThinStringMap() argument 224 MigrateStringMapUnderLockIfNeeded( IsolateT* isolate, String string, Map initial_map, Map target_map, Callback update_representation, const DisallowGarbageCollection& no_gc) MigrateStringMapUnderLockIfNeeded() argument 300 MakeThin(IsolateT* isolate, String internalized) MakeThin() argument 970 CalculateLineEnds(IsolateT* isolate, Handle<String> src, bool include_ending_line) CalculateLineEnds() argument 1075 SlowEquals(Isolate* isolate, Handle<String> one, Handle<String> two) SlowEquals() argument 1142 Compare(Isolate* isolate, Handle<String> x, Handle<String> y) Compare() argument 1215 IndexOf(Isolate* isolate, Handle<Object> receiver, Handle<Object> search, Handle<Object> position) IndexOf() argument 1242 SearchString(Isolate* isolate, String::FlatContent receiver_content, base::Vector<T> pat_vector, int start_index) SearchString() argument 1254 IndexOf(Isolate* isolate, Handle<String> receiver, Handle<String> search, int start_index) IndexOf() argument 1284 GetSubstitution(Isolate* isolate, Match* match, Handle<String> replacement, int start_index) GetSubstitution() argument 1481 LastIndexOf(Isolate* isolate, Handle<Object> receiver, Handle<Object> search, Handle<Object> position) LastIndexOf() argument 1580 IsIdentifier(Isolate* isolate, Handle<String> str) IsIdentifier() argument 1814 FlatStringReader(Isolate* isolate, Handle<String> str) FlatStringReader() argument [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | profile-generator.cc | 466 ProfileTree::ProfileTree(Isolate* isolate, CodeEntryStorage* storage) in ProfileTree() argument 1050 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate) in CpuProfilesCollection() argument
|
| H A D | profile-generator.h | 380 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::ProfileTree
|
| /third_party/node/deps/v8/src/regexp/arm64/ |
| H A D | regexp-macro-assembler-arm64.cc | 107 RegExpMacroAssemblerARM64::RegExpMacroAssemblerARM64(Isolate* isolate, in RegExpMacroAssemblerARM64() argument [all...] |