Home
last modified time | relevance | path

Searched defs:context (Results 5751 - 5775 of 6796) sorted by relevance

1...<<231232233234235236237238239240>>...272

/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1124 TNode<Object> context() const { in context() function in v8::internal::compiler::JSNodeWrapperBase
H A Dcode-assembler.h1148 TNode<T> CallRuntime(Runtime::FunctionId function, TNode<Object> context, in CallRuntime() argument
1155 void TailCallRuntime(Runtime::FunctionId function, TNode<Object> context, in TailCallRuntime() argument
1175 TNode<T> CallStub(Callable const& callable, TNode<Object> context, in CallStub() argument
1164 TailCallRuntime(Runtime::FunctionId function, TNode<Int32T> arity, TNode<Object> context, TArgs... args) TailCallRuntime() argument
1182 CallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Object> context, TArgs... args) CallStub() argument
1189 CallBuiltinPointer(const CallInterfaceDescriptor& descriptor, TNode<BuiltinPtr> target, TNode<Object> context, TArgs... args) CallBuiltinPointer() argument
1197 TailCallStub(Callable const& callable, TNode<Object> context, TArgs... args) TailCallStub() argument
1204 TailCallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Object> context, TArgs... args) TailCallStub() argument
1214 TailCallStubThenBytecodeDispatch( const CallInterfaceDescriptor& descriptor, Node* target, Node* context, TArgs... args) TailCallStubThenBytecodeDispatch() argument
1233 CallJS(Callable const& callable, Node* context, Node* function, Node* receiver, TArgs... args) CallJS() argument
1243 ConstructJSWithTarget(Callable const& callable, Node* context, Node* function, Node* new_target, TArgs... args) ConstructJSWithTarget() argument
1254 ConstructJS(Callable const& callable, Node* context, Node* new_target, TArgs... args) ConstructJS() argument
1355 CallStubR(StubCallMode call_mode, const CallInterfaceDescriptor& descriptor, TNode<Object> target, TNode<Object> context, TArgs... args) CallStubR() argument
[all...]
H A Djs-call-reducer.cc836 TNode<JSPromise> CreatePromise(TNode<Context> context) { in CreatePromise() argument
851 void StoreContextSlot(TNode<Context> context, size_t slot_index, in StoreContextSlot() argument
853 StoreField(AccessBuilder::ForContextSlot(slot_index), context, value); in StoreContextSlot() local
856 CreateClosureFromBuiltinSharedFunctionInfo( SharedFunctionInfoRef shared, TNode<Context> context) CreateClosureFromBuiltinSharedFunctionInfo() argument
1066 Call4( const Callable& callable, TNode<Context> context, TNode<Object> arg0, TNode<Object> arg1, TNode<Object> arg2, TNode<Object> arg3) Call4() argument
[all...]
H A Djs-create-lowering.cc165 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments() local
258 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments() local
385 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateGeneratorObject() local
430 a.Store(AccessBuilder::ForJSGeneratorObjectContext(), context); in ReduceJSCreateGeneratorObject() local
777 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateAsyncFunctionObject() local
801 a.Store(AccessBuilder::ForJSGeneratorObjectContext(), context); in ReduceJSCreateAsyncFunctionObject() local
932 Node* context in ReduceJSCreateClosure() local
972 a.Store(AccessBuilder::ForJSFunctionContext(), context); ReduceJSCreateClosure() local
1224 Node* context = NodeProperties::GetContextInput(node); ReduceJSCreateFunctionContext() local
1241 a.Store(AccessBuilder::ForContextSlot(Context::PREVIOUS_INDEX), context); ReduceJSCreateFunctionContext() local
1259 Node* context = NodeProperties::GetContextInput(node); ReduceJSCreateWithContext() local
1267 a.Store(AccessBuilder::ForContextSlot(Context::PREVIOUS_INDEX), context); ReduceJSCreateWithContext() local
1280 Node* context = NodeProperties::GetContextInput(node); ReduceJSCreateCatchContext() local
1287 a.Store(AccessBuilder::ForContextSlot(Context::PREVIOUS_INDEX), context); ReduceJSCreateCatchContext() local
1305 Node* context = NodeProperties::GetContextInput(node); ReduceJSCreateBlockContext() local
1312 a.Store(AccessBuilder::ForContextSlot(Context::PREVIOUS_INDEX), context); ReduceJSCreateBlockContext() local
1487 TryAllocateAliasedArguments( Node* effect, Node* control, FrameState frame_state, Node* context, const SharedFunctionInfoRef& shared, bool* has_aliased_arguments) TryAllocateAliasedArguments() argument
1544 a.Store(AccessBuilder::ForSloppyArgumentsElementsContext(), context); TryAllocateAliasedArguments() local
1558 TryAllocateAliasedArguments( Node* effect, Node* control, Node* context, Node* arguments_length, const SharedFunctionInfoRef& shared, bool* has_aliased_arguments) TryAllocateAliasedArguments() argument
1601 a.Store(AccessBuilder::ForSloppyArgumentsElementsContext(), context); TryAllocateAliasedArguments() local
[all...]
H A Djs-heap-broker.cc145 Context context = Context::cast(maybe_context); in CollectArrayAndObjectPrototypes() local
560 ContextRef context = MakeRefAssumeMemoryFence( in ReadFeedbackForGlobalAccess() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc35 void SetContextId(Local<Context> context, int id) { in SetContextId() argument
39 int GetContextId(Local<Context> context) { in GetContextId() argument
182 bool GetPrivateMembers(Local<Context> context, Local<Object> object, in GetPrivateMembers() argument
156 CollectPrivateMethodsAndAccessorsFromContext( i::Isolate* isolate, i::Handle<i::Context> context, i::IsStaticFlag is_static_flag, std::vector<Local<Value>>* names_out, std::vector<Local<Value>>* values_out) CollectPrivateMethodsAndAccessorsFromContext() argument
1011 CallFunctionOn(Local<Context> context, Local<Function> function, Local<Value> recv, int argc, Local<Value> argv[], bool throw_on_side_effect) CallFunctionOn() argument
1077 i::Handle<i::Context> context = Utils::OpenHandle(*v8_context); GlobalLexicalScopeNames() local
1322 Create( Local<Context> context, Local<Object> object, bool skip_indices) Create() argument
1348 Local<v8::Context> context = Advance() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc199 TNode<Object> RegExpBuiltinsAssembler::SlowLoadLastIndex(TNode<Context> context, in SlowLoadLastIndex() argument
214 void RegExpBuiltinsAssembler::SlowStoreLastIndex(TNode<Context> context, in SlowStoreLastIndex() argument
94 AllocateRegExpResult( TNode<Context> context, TNode<Smi> length, TNode<Smi> index, TNode<String> input, TNode<JSRegExp> regexp, TNode<Number> last_index, TNode<BoolT> has_indices, TNode<FixedArray>* elements_out) AllocateRegExpResult() argument
221 ConstructNewResultFromMatchInfo( TNode<Context> context, TNode<JSRegExp> regexp, TNode<RegExpMatchInfo> match_info, TNode<String> string, TNode<Number> last_index) ConstructNewResultFromMatchInfo() argument
433 RegExpExecInternal( TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, TNode<Number> last_index, TNode<RegExpMatchInfo> match_info, RegExp::ExecQuirks exec_quirks) RegExpExecInternal() argument
1006 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1014 FlagsGetter(TNode<Context> context, TNode<Object> regexp, bool is_fastpath) FlagsGetter() argument
1154 RegExpInitialize( const TNode<Context> context, const TNode<JSRegExp> regexp, const TNode<Object> maybe_pattern, const TNode<Object> maybe_flags) RegExpInitialize() argument
1179 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1300 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1354 SlowFlagGetter(TNode<Context> context, TNode<Object> regexp, JSRegExp::Flag flag) SlowFlagGetter() argument
1398 FlagGetter(TNode<Context> context, TNode<Object> regexp, JSRegExp::Flag flag, bool is_fastpath) FlagGetter() argument
1518 RegExpPrototypeSplitBody( TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, const TNode<Smi> limit) RegExpPrototypeSplitBody() argument
[all...]
H A Dbuiltins-array-gen.cc247 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
105 InitIteratingArrayBuiltinBody( TNode<Context> context, TNode<Object> receiver, TNode<Object> callbackfn, TNode<Object> this_arg, TNode<IntPtrT> argc) InitIteratingArrayBuiltinBody() argument
349 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
464 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
475 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
494 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
511 ConstructArrayLike(TNode<Context> context, TNode<Object> receiver) ConstructArrayLike() argument
541 ConstructArrayLike(TNode<Context> context, TNode<Object> receiver, TNode<Number> length) ConstructArrayLike() argument
571 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
614 Generate(SearchVariant variant, TNode<IntPtrT> argc, TNode<Context> context) Generate() argument
760 GenerateSmiOrObject( SearchVariant variant, TNode<Context> context, TNode<FixedArray> elements, TNode<Object> search_element, TNode<Smi> array_length, TNode<Smi> from_index) GenerateSmiOrObject() argument
1096 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1102 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1137 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1143 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1177 auto context = Parameter<NativeContext>(Descriptor::kContext); TF_BUILTIN() local
1185 auto context = Parameter<NativeContext>(Descriptor::kContext); TF_BUILTIN() local
1193 auto context = Parameter<NativeContext>(Descriptor::kContext); TF_BUILTIN() local
1203 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1396 FlattenIntoArray( TNode<Context> context, TNode<JSReceiver> target, TNode<JSReceiver> source, TNode<Number> source_length, TNode<Number> start, TNode<Number> depth, base::Optional<TNode<HeapObject>> mapper_function = base::nullopt, base::Optional<TNode<Object>> this_arg = base::nullopt) FlattenIntoArray() argument
1533 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1550 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1568 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1610 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1648 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1664 TailCallArrayConstructorStub( const Callable& callable, TNode<Context> context, TNode<JSFunction> target, TNode<HeapObject> allocation_site_or_undefined, TNode<Int32T> argc) TailCallArrayConstructorStub() argument
1687 CreateArrayDispatchNoArgument( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) CreateArrayDispatchNoArgument() argument
1725 CreateArrayDispatchSingleArgument( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) CreateArrayDispatchSingleArgument() argument
1795 GenerateDispatchToArrayStub( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) GenerateDispatchToArrayStub() argument
1830 TNode<Context> context = TF_BUILTIN() local
1854 GenerateConstructor( TNode<Context> context, TNode<HeapObject> array_function, TNode<Map> array_map, TNode<Object> array_size, TNode<HeapObject> allocation_site, ElementsKind elements_kind, AllocationSiteMode mode) GenerateConstructor() argument
1944 GenerateArrayNArgumentsConstructor( TNode<Context> context, TNode<JSFunction> target, TNode<Object> new_target, TNode<Int32T> argc, TNode<HeapObject> maybe_allocation_site) GenerateArrayNArgumentsConstructor() argument
1962 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
H A Dbuiltins-object-gen.cc90 ReturnToStringFormat(TNode<Context> context, TNode<String> string) ReturnToStringFormat() argument
101 ConstructAccessorDescriptor( TNode<Context> context, TNode<Object> getter, TNode<Object> setter, TNode<BoolT> enumerable, TNode<BoolT> configurable) ConstructAccessorDescriptor() argument
123 ConstructDataDescriptor( TNode<Context> context, TNode<Object> value, TNode<BoolT> writable, TNode<BoolT> enumerable, TNode<BoolT> configurable) ConstructDataDescriptor() argument
165 GetOwnValuesOrEntries( TNode<Context> context, TNode<Object> maybe_object, CollectType collect_type) GetOwnValuesOrEntries() argument
224 FastGetOwnValuesOrEntries( TNode<Context> context, TNode<JSObject> object, Label* if_call_runtime_with_fast_path, Label* if_no_properties, CollectType collect_type) FastGetOwnValuesOrEntries() argument
349 FinalizeValuesOrEntriesJSArray( TNode<Context> context, TNode<FixedArray> result, TNode<IntPtrT> size, TNode<Map> array_map, Label* if_empty) FinalizeValuesOrEntriesJSArray() argument
362 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
434 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
464 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
566 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
584 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
693 auto context = UncheckedParameter<Context>(Descriptor::kContext); TF_BUILTIN() local
699 auto context = UncheckedParameter<Context>(Descriptor::kContext); TF_BUILTIN() local
707 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
762 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1171 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1188 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1196 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1204 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1215 auto context = LoadContextFromBaseline(); TF_BUILTIN() local
1227 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1235 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1301 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1394 AddToDictionaryIf( TNode<BoolT> condition, TNode<Context> context, TNode<Object> object, TNode<HeapObject> name_dictionary, Handle<Name> name, TNode<Object> value, Label* bailout) AddToDictionaryIf() argument
1408 FromPropertyDescriptor( TNode<Context> context, TNode<PropertyDescriptorObject> desc) FromPropertyDescriptor() argument
1469 AddToDictionaryIf(IsNotTheHole(value), context, js_desc, properties, FromPropertyDescriptor() local
1472 IsSetWord32<PropertyDescriptorObject::HasWritableBit>(flags), context, FromPropertyDescriptor() local
1480 AddToDictionaryIf(IsNotTheHole(get), context, js_desc, properties, FromPropertyDescriptor() local
1484 AddToDictionaryIf(IsNotTheHole(set), context, js_desc, properties, FromPropertyDescriptor() local
1488 IsSetWord32<PropertyDescriptorObject::HasEnumerableBit>(flags), context, FromPropertyDescriptor() local
1495 context, js_desc, properties, factory->configurable_string(), FromPropertyDescriptor() local
1512 FromPropertyDetails( TNode<Context> context, TNode<Object> raw_value, TNode<Word32T> details, Label* if_bailout) FromPropertyDetails() argument
[all...]
H A Dbuiltins-string-gen.cc541 TNode<ContextOrEmptyContext> context = in TF_BUILTIN() local
776 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
341 StringAdd( TNode<ContextOrEmptyContext> context, TNode<String> left, TNode<String> right) StringAdd() argument
876 MaybeCallFunctionAtSymbol( const TNode<Context> context, const TNode<Object> object, const TNode<Object> maybe_string, Handle<Symbol> symbol, DescriptorIndexNameValue additional_property_to_check, const NodeFunction0& regexp_call, const NodeFunction1& generic_call) MaybeCallFunctionAtSymbol() argument
940 IndexOfDollarChar( const TNode<Context> context, const TNode<String> string) IndexOfDollarChar() argument
949 GetSubstitution( TNode<Context> context, TNode<String> subject_string, TNode<Smi> match_start_index, TNode<Smi> match_end_index, TNode<String> replace_string) GetSubstitution() argument
996 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1150 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1245 StringToArray( TNode<NativeContext> context, TNode<String> subject_string, TNode<Smi> subject_length, TNode<Number> limit_number) StringToArray() argument
1338 auto context = Parameter<NativeContext>(Descriptor::kContext); TF_BUILTIN() local
1504 BranchIfStringPrimitiveWithNoCustomIteration( TNode<Object> object, TNode<Context> context, Label* if_true, Label* if_false) BranchIfStringPrimitiveWithNoCustomIteration() argument
[all...]
H A Dbuiltins-internal-gen.cc84 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
682 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
722 context, in TF_BUILTIN() local
603 DictionarySpecificDelete(TNode<JSReceiver> receiver, TNode<NameDictionary> properties, TNode<IntPtrT> key_index, TNode<Context> context) DictionarySpecificDelete() argument
640 DictionarySpecificDelete(TNode<JSReceiver> receiver, TNode<SwissNameDictionary> properties, TNode<IntPtrT> key_index, TNode<Context> context) DictionarySpecificDelete() argument
657 DeleteDictionaryProperty(TNode<JSReceiver> receiver, TNode<Dictionary> properties, TNode<Name> name, TNode<Context> context, Label* dont_delete, Label* notfound) DeleteDictionaryProperty() argument
768 AllocateJsObjectTarget(TNode<Context> context) AllocateJsObjectTarget() argument
777 SetOrCopyDataProperties( TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source, Label* if_runtime, base::Optional<TNode<IntPtrT>> excluded_property_count = base::nullopt, base::Optional<TNode<IntPtrT>> excluded_property_base = base::nullopt, bool use_set = true) SetOrCopyDataProperties() argument
879 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
908 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
926 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
942 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
956 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
986 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1039 TNode<Context> context = LoadJSFunctionContext(target); TF_BUILTIN() local
1231 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1286 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1352 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1357 KeyedStoreGenericGenerator::SetProperty(state(), context, receiver, key, TF_BUILTIN() local
1366 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
1371 KeyedStoreGenericGenerator::CreateDataProperty(state(), context, receiver, TF_BUILTIN() local
1377 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc391 Object context = isolate->heap()->native_contexts_list(); in DeoptimizeAll() local
408 Object context = isolate->heap()->native_contexts_list(); in DeoptimizeMarkedCode() local
622 Object context = isolate->heap()->native_contexts_list(); GetDeoptimizedCodeCount() local
1100 Object context = context_pos->GetRawValue(); DoComputeUnoptimizedFrame() local
1780 Object context = value_iterator->GetRawValue(); DoComputeBuiltinContinuation() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc1064 void ObjectStatsCollectorImpl::RecordVirtualContext(Context context) { in RecordVirtualContext() argument
1076 RecordSimpleVirtualObjectStats(HeapObject(), context, RecordVirtualContext() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc461 v8::Local<v8::Context> context = in nearHeapLimitCallback() local
42 MatchPrototypePredicate(V8InspectorImpl* inspector, v8::Local<v8::Context> context, v8::Local<v8::Object> prototype) MatchPrototypePredicate() argument
639 getTargetScopes( v8::Local<v8::Context> context, v8::Local<v8::Value> value, ScopeTargetKind kind) getTargetScopes() argument
717 functionScopes( v8::Local<v8::Context> context, v8::Local<v8::Function> function) functionScopes() argument
722 generatorScopes( v8::Local<v8::Context> context, v8::Local<v8::Value> generator) generatorScopes() argument
727 collectionsEntries( v8::Local<v8::Context> context, v8::Local<v8::Value> collection) collectionsEntries() argument
766 internalProperties( v8::Local<v8::Context> context, v8::Local<v8::Value> value) internalProperties() argument
797 queryObjects(v8::Local<v8::Context> context, v8::Local<v8::Object> prototype) queryObjects() argument
1165 addInternalObject(v8::Local<v8::Context> context, v8::Local<v8::Object> object, V8InternalValueType type) addInternalObject() argument
[all...]
H A Dvalue-mirror.cc38 Response arrayToProtocolValue(v8::Local<v8::Context> context, in arrayToProtocolValue() argument
57 objectToProtocolValue( v8::Local<v8::Context> context, v8::Local<v8::Object> object, int maxDepth, std::unique_ptr<protocol::DictionaryValue>* result) objectToProtocolValue() argument
107 toProtocolValue(v8::Local<v8::Context> context, v8::Local<v8::Value> value, int maxDepth, std::unique_ptr<protocol::Value>* result) toProtocolValue() argument
152 toProtocolValue(v8::Local<v8::Context> context, v8::Local<v8::Value> value, std::unique_ptr<protocol::Value>* result) toProtocolValue() argument
170 clientFor(v8::Local<v8::Context> context) clientFor() argument
176 v8InternalValueTypeFrom(v8::Local<v8::Context> context, v8::Local<v8::Value> value) v8InternalValueTypeFrom() argument
201 descriptionForSymbol(v8::Local<v8::Context> context, v8::Local<v8::Symbol> symbol) descriptionForSymbol() argument
210 descriptionForBigInt(v8::Local<v8::Context> context, v8::Local<v8::BigInt> value) descriptionForBigInt() argument
218 descriptionForPrimitiveType(v8::Local<v8::Context> context, v8::Local<v8::Value> value) descriptionForPrimitiveType() argument
258 descriptionForError(v8::Local<v8::Context> context, v8::Local<v8::Object> object, ErrorType type) descriptionForError() argument
309 descriptionForDate(v8::Local<v8::Context> context, v8::Local<v8::Date> date) descriptionForDate() argument
322 descriptionForScope(v8::Local<v8::Context> context, v8::Local<v8::Object> object) descriptionForScope() argument
340 descriptionForWasmValueObject( v8::Local<v8::Context> context, v8::Local<v8::debug::WasmValueObject> object) descriptionForWasmValueObject() argument
348 descriptionForEntry(v8::Local<v8::Context> context, v8::Local<v8::Object> object) descriptionForEntry() argument
831 isArrayLike(v8::Local<v8::Context> context, v8::Local<v8::Value> value, size_t* length) isArrayLike() argument
941 getPropertiesForPreview(v8::Local<v8::Context> context, v8::Local<v8::Object> object, int* nameLimit, int* indexLimit, bool* overflow, std::vector<PropertyMirror>* properties) getPropertiesForPreview() argument
975 getInternalPropertiesForPreview( v8::Local<v8::Context> context, v8::Local<v8::Object> object, int* nameLimit, bool* overflow, std::vector<InternalPropertyMirror>* properties) getInternalPropertiesForPreview() argument
1006 getPrivatePropertiesForPreview( v8::Local<v8::Context> context, v8::Local<v8::Object> object, int* nameLimit, bool* overflow, protocol::Array<PropertyPreview>* privateProperties) getPrivatePropertiesForPreview() argument
1148 buildObjectPreviewInternal( v8::Local<v8::Context> context, bool forEntry, bool generatePreviewForTable, int* nameLimit, int* indexLimit, std::unique_ptr<ObjectPreview>* result) const buildObjectPreviewInternal() argument
1250 v8::Local<v8::Context> context = isolate->GetCurrentContext(); nativeGetterCallback() local
1267 createNativeGetter(v8::Local<v8::Context> context, v8::Local<v8::Value> object, v8::Local<v8::Name> name) createNativeGetter() argument
1294 v8::Local<v8::Context> context = isolate->GetCurrentContext(); nativeSetterCallback() local
1310 createNativeSetter(v8::Local<v8::Context> context, v8::Local<v8::Value> object, v8::Local<v8::Name> name) createNativeSetter() argument
1333 doesAttributeHaveObservableSideEffectOnGet(v8::Local<v8::Context> context, v8::Local<v8::Object> object, v8::Local<v8::Name> name) doesAttributeHaveObservableSideEffectOnGet() argument
1375 getProperties(v8::Local<v8::Context> context, v8::Local<v8::Object> object, bool ownProperties, bool accessorPropertiesOnly, bool nonIndexedPropertiesOnly, PropertyAccumulator* accumulator) getProperties() argument
1528 getInternalProperties( v8::Local<v8::Context> context, v8::Local<v8::Object> object, std::vector<InternalPropertyMirror>* mirrors) getInternalProperties() argument
1582 getPrivateProperties( v8::Local<v8::Context> context, v8::Local<v8::Object> object, bool accessorPropertiesOnly) getPrivateProperties() argument
1631 clientMirror(v8::Local<v8::Context> context, v8::Local<v8::Value> value, const String16& subtype) clientMirror() argument
1666 create(v8::Local<v8::Context> context, v8::Local<v8::Value> value) create() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc231 TNode<Context> context = GetContext(); in IGNITION_HANDLER() local
256 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0)); in IGNITION_HANDLER() local
270 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local
307 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local
333 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
345 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
360 TNode<Context> context = GetContext(); LookupContextSlot() local
412 TNode<Context> context = GetContext(); LookupGlobalSlot() local
469 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
565 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
583 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
605 TNode<Context> context = GetContext(); SetNamedProperty() local
655 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
687 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
711 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
742 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
754 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
862 TNode<Context> context = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local
881 TNode<Context> context = GetContext(); BinaryOpWithFeedback() local
897 TNode<Context> context = GetContext(); BinaryOpSmiWithFeedback() local
1006 TNode<Context> context = GetContext(); BitwiseBinaryOpWithFeedback() local
1025 TNode<Context> context = GetContext(); BitwiseBinaryOpWithSmi() local
1115 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1160 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1178 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1203 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1222 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1240 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1322 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1337 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1373 TNode<Context> context = GetContext(); JSCall() local
1402 TNode<Context> context = GetContext(); JSCallN() local
1486 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1500 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1517 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1536 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1556 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1575 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1594 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1610 TNode<Context> context = GetContext(); CompareOpWithFeedback() local
1706 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
1724 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2175 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2263 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2281 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2323 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2356 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2396 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2416 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2436 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2450 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2471 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2522 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2534 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2547 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2561 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2575 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2586 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2623 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2637 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2661 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2673 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2764 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2787 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2816 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2830 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
2962 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
3008 TNode<Context> context = GetContext(); IGNITION_HANDLER() local
3053 TNode<Context> context = IGNITION_HANDLER() local
[all...]
H A Dinterpreter-assembler.cc178 TNode<Context> InterpreterAssembler::GetContextAtDepth(TNode<Context> context, in GetContextAtDepth() argument
707 CallJSAndDispatch( TNode<Object> function, TNode<Context> context, const RegListNodePair& args, ConvertReceiverMode receiver_mode) CallJSAndDispatch() argument
734 CallJSAndDispatch(TNode<Object> function, TNode<Context> context, TNode<Word32T> arg_count, ConvertReceiverMode receiver_mode, TArgs... args) CallJSAndDispatch() argument
777 CallJSWithSpreadAndDispatch( TNode<Object> function, TNode<Context> context, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) CallJSWithSpreadAndDispatch() argument
800 Construct( TNode<Object> target, TNode<Context> context, TNode<Object> new_target, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) Construct() argument
844 ConstructWithSpread( TNode<Object> target, TNode<Context> context, TNode<Object> new_target, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) ConstructWithSpread() argument
967 CallRuntimeN(TNode<Uint32T> function_id, TNode<Context> context, const RegListNodePair& args, int return_count) CallRuntimeN() argument
1342 OnStackReplacement(TNode<Context> context, TNode<IntPtrT> relative_jump) OnStackReplacement() argument
1555 TNode<Context> context = GetContext(); ToNumberOrNumeric() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h404 zink_context(struct pipe_context *context) in zink_context() argument
H A Dzink_resource.c1395 zink_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *tex, struct winsys_handle *whandle, unsigned usage) zink_resource_get_handle() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c347 struct nine_context *context = &device->context; in check_multisample() local
390 struct nine_context *context = &device->context; prepare_vs_constants_userbuf_swvp() local
461 struct nine_context *context = &device->context; prepare_vs_constants_userbuf() local
554 struct nine_context *context = &device->context; prepare_ps_constants_userbuf() local
642 struct nine_context *context = &device->context; prepare_vs() local
679 struct nine_context *context = &device->context; prepare_ps() local
714 struct nine_context *context = &device->context; update_framebuffer() local
784 struct nine_context *context = &device->context; update_viewport() local
837 struct nine_context *context = &device->context; update_vertex_elements() local
922 struct nine_context *context = &device->context; update_vertex_buffers() local
956 update_sampler_derived(struct nine_context *context, unsigned s) update_sampler_derived() argument
991 struct nine_context *context = &device->context; update_textures_and_samplers() local
1017 u_foreach_bit(i, sampler_mask & ~context->enabled_samplers_mask_ps) update_textures_and_samplers() argument
1062 u_foreach_bit(i, sampler_mask & ~context->enabled_samplers_mask_vs) update_textures_and_samplers() argument
1096 struct nine_context *context = &device->context; commit_blend() local
1104 struct nine_context *context = &device->context; commit_dsa() local
1112 struct nine_context *context = &device->context; commit_scissor() local
1121 struct nine_context *context = &device->context; commit_rasterizer() local
1129 struct nine_context *context = &device->context; commit_vs_constants() local
1149 struct nine_context *context = &device->context; commit_ps_constants() local
1161 struct nine_context *context = &device->context; commit_vs() local
1170 struct nine_context *context = &device->context; commit_ps() local
1213 struct nine_context *context = &device->context; nine_update_state() local
1323 struct nine_context *context = &device->context; NineDevice9_ResolveZ() local
1405 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1458 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1528 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1556 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1597 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1615 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1643 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1660 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1680 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1705 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1731 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1747 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1772 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1789 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1805 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1830 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1848 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1870 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1879 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1891 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1904 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1915 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1925 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1938 struct nine_context *context = &device->context; nine_context_light_enable_stateblock() local
1951 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
1962 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2005 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2014 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2204 struct nine_context *context = &device->context; nine_update_state_framebuffer_clear() local
2218 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2380 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2408 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2441 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2479 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2496 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2512 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2530 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2547 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT_WITH_COUNTER() local
2566 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT_WITH_COUNTER() local
2625 struct nine_context *context = &device->context; CSMT_ITEM_DO_WAIT() local
2633 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT_WITH_COUNTER() local
2641 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT_WITH_COUNTER() local
2673 struct nine_context *context = &device->context; CSMT_ITEM_NO_WAIT() local
2842 struct nine_context *context = &device->context; nine_state_restore_non_cso() local
2857 struct nine_context *context = &device->context; nine_state_set_defaults() local
2956 struct nine_context *context = &device->context; nine_context_clear() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1780 struct pipe_context *context = tr_ctx->pipe; in trace_context_transfer_unmap() local
1869 struct pipe_context *context in trace_context_buffer_subdata() local
1902 struct pipe_context *context = tr_context->pipe; trace_context_texture_subdata() local
1934 struct pipe_context *context = tr_context->pipe; trace_context_invalidate_resource() local
1952 struct pipe_context *context = tr_context->pipe; trace_context_set_context_param() local
1969 struct pipe_context *context = tr_context->pipe; trace_context_set_debug_callback() local
1987 struct pipe_context *context = tr_context->pipe; trace_context_render_condition() local
2010 struct pipe_context *context = tr_context->pipe; trace_context_render_condition_mem() local
2029 struct pipe_context *context = tr_context->pipe; trace_context_texture_barrier() local
2047 struct pipe_context *context = tr_context->pipe; trace_context_memory_barrier() local
2064 struct pipe_context *context = tr_context->pipe; trace_context_resource_commit() local
2083 struct pipe_context *context = tr_context->pipe; trace_context_set_tess_state() local
2099 struct pipe_context *context = tr_context->pipe; trace_context_set_patch_vertices() local
2116 struct pipe_context *context = tr_context->pipe; trace_context_set_shader_buffers() local
2139 struct pipe_context *context = tr_context->pipe; trace_context_set_shader_images() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c526 LLVMContextRef context = gallivm->context; in up2h_emit() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c969 crocus_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) crocus_resource_get_param() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c1119 struct pipe_context *context = rb_pipe->pipe; in rbug_context_buffer_map() local
1146 struct pipe_context *context = rb_pipe->pipe; in rbug_context_texture_map() local
1170 struct pipe_context *context = rb_pipe->pipe; in rbug_context_transfer_flush_region() local
1187 struct pipe_context *context in rbug_context_buffer_unmap() local
1204 struct pipe_context *context = rb_pipe->pipe; rbug_context_texture_unmap() local
1224 struct pipe_context *context = rb_pipe->pipe; rbug_context_buffer_subdata() local
1245 struct pipe_context *context = rb_pipe->pipe; rbug_context_texture_subdata() local
1264 struct pipe_context *context = rb_pipe->pipe; rbug_context_texture_barrier() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h278 d3d12_context(struct pipe_context *context) in d3d12_context() argument

Completed in 60 milliseconds

1...<<231232233234235236237238239240>>...272