/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 24 LoadContextElement(native_context, Context::PROMISE_FUNCTION_INDEX); in AllocateJSPromise() 97 Node* const map = LoadContextElement( in CreatePromiseResolvingFunctions() 99 Node* const resolve_info = LoadContextElement( in CreatePromiseResolvingFunctions() 104 Node* const reject_info = LoadContextElement( in CreatePromiseResolvingFunctions() 125 LoadContextElement(native_context, in TF_BUILTIN() 163 Node* executor_info = LoadContextElement( in TF_BUILTIN() 165 Node* function_map = LoadContextElement( in TF_BUILTIN() 207 Node* const array_map = LoadContextElement( in CreatePromiseAllResolveElementContext() 231 Node* const map = LoadContextElement( in CreatePromiseAllResolveElementFunction() 233 Node* const resolve_info = LoadContextElement( in CreatePromiseAllResolveElementFunction() [all …]
|
D | builtins-async-gen.cc | 55 LoadContextElement(native_context, Context::PROMISE_FUNCTION_INDEX); in Await() 159 LoadContextElement(native_context, Context::PROMISE_FUNCTION_INDEX); in AwaitOptimized() 268 Node* const function_map = LoadContextElement( in InitializeNativeClosure() 284 Node* shared_info = LoadContextElement(native_context, context_index); in InitializeNativeClosure() 296 Node* const map = LoadContextElement( in CreateUnwrapClosure() 298 Node* const on_fulfilled_shared = LoadContextElement( in CreateUnwrapClosure() 324 Node* const done = LoadContextElement(context, ValueUnwrapContext::kDoneSlot); in TF_BUILTIN()
|
D | builtins-proxy-gen.cc | 42 LoadContextElement(nativeContext, Context::PROXY_CALLABLE_MAP_INDEX)); in AllocateProxy() 47 map.Bind(LoadContextElement(nativeContext, in AllocateProxy() 53 map.Bind(LoadContextElement(nativeContext, Context::PROXY_MAP_INDEX)); in AllocateProxy() 139 Node* const revoke_map = LoadContextElement( in AllocateProxyRevokeFunction() 142 LoadContextElement(native_context, Context::PROXY_REVOKE_SHARED_FUN); in AllocateProxyRevokeFunction() 229 Node* const result_map = LoadContextElement( in TF_BUILTIN() 256 Node* const proxy = LoadContextElement(context, proxy_slot); in TF_BUILTIN()
|
D | builtins-async-generator-gen.cc | 105 LoadContextElement(native_context, Context::ITERATOR_RESULT_MAP_INDEX)); in IsFastJSIterResult() 229 LoadContextElement(context, AwaitContext::kGeneratorSlot); in AsyncGeneratorAwaitResumeClosure() 518 Node* map = LoadContextElement(LoadNativeContext(context), in TF_BUILTIN() 606 LoadContextElement(context, AwaitContext::kGeneratorSlot); in TF_BUILTIN() 693 LoadContextElement(context, AwaitContext::kGeneratorSlot); in TF_BUILTIN() 711 LoadContextElement(context, AwaitContext::kGeneratorSlot); in TF_BUILTIN()
|
D | builtins-arguments-gen.cc | 232 LoadContextElement(native_context, Context::STRICT_ARGUMENTS_MAP_INDEX); in EmitFastNewStrictArguments() 298 Node* const map = LoadContextElement( in EmitFastNewSloppyArguments() 379 LoadContextElement(native_context, Context::SLOPPY_ARGUMENTS_MAP_INDEX); in EmitFastNewSloppyArguments() 393 LoadContextElement(native_context, Context::SLOPPY_ARGUMENTS_MAP_INDEX); in EmitFastNewSloppyArguments()
|
D | builtins-object-gen.cc | 112 Node* map = LoadContextElement( in ConstructAccessorDescriptor() 136 Node* map = LoadContextElement(native_context, in ConstructDataDescriptor() 1025 LoadContextElement(native_context, Context::BOOLEAN_FUNCTION_INDEX); in TF_BUILTIN() 1057 LoadContextElement(native_context, Context::NUMBER_FUNCTION_INDEX); in TF_BUILTIN() 1136 LoadContextElement(native_context, Context::STRING_FUNCTION_INDEX); in TF_BUILTIN() 1150 LoadContextElement(native_context, Context::SYMBOL_FUNCTION_INDEX); in TF_BUILTIN() 1164 LoadContextElement(native_context, Context::BIGINT_FUNCTION_INDEX); in TF_BUILTIN() 1251 map.Bind(LoadContextElement(native_context, in TF_BUILTIN() 1262 LoadContextElement(native_context, Context::OBJECT_FUNCTION_INDEX); in TF_BUILTIN() 1346 map.Bind(LoadContextElement( in TF_BUILTIN() [all …]
|
D | builtins-function-gen.cc | 99 bound_function_map.Bind(LoadContextElement( in TF_BUILTIN() 104 bound_function_map.Bind(LoadContextElement( in TF_BUILTIN()
|
D | builtins-regexp-gen.cc | 68 LoadContextElement(native_context, Context::REGEXP_RESULT_MAP_INDEX)); in AllocateRegExpResult() 99 CAST(LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX)); in RegExpCreate() 255 TNode<Map> map = CAST(LoadContextElement( in ConstructNewResultFromMatchInfo() 735 TNode<RegExpMatchInfo> last_match_info = CAST(LoadContextElement( in RegExpPrototypeExecBodyWithoutResult() 837 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in IsFastRegExpNoPrototype() 876 LoadContextElement(native_context, Context::REGEXP_EXEC_FUNCTION_INDEX); in IsFastRegExpWithOriginalExec() 924 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in BranchIfFastRegExp() 932 LoadContextElement(native_context, Context::REGEXP_PROTOTYPE_MAP_INDEX); in BranchIfFastRegExp() 982 LoadContextElement(native_context, Context::REGEXP_RESULT_MAP_INDEX); in BranchIfFastRegExpResult() 1291 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in TF_BUILTIN() [all …]
|
D | builtins-call-gen.cc | 120 LoadContextElement(native_context, Context::SLOPPY_ARGUMENTS_MAP_INDEX)); in CallOrConstructWithArrayLike() 123 LoadContextElement(native_context, Context::STRICT_ARGUMENTS_MAP_INDEX)); in CallOrConstructWithArrayLike()
|
D | builtins-typed-array-gen.cc | 154 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in TF_BUILTIN() 175 LoadContextElement(native_context, Context::ARRAY_BUFFER_MAP_INDEX); in TF_BUILTIN() 292 Node* buffer_constructor_noinit = LoadContextElement( in TF_BUILTIN() 334 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in ConstructByLength() 486 TNode<JSFunction> const default_constructor = CAST(LoadContextElement( in ConstructByTypedArray() 647 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in ConstructByIterable() 725 TNode<JSFunction> default_constructor = CAST(LoadContextElement( in TF_BUILTIN() 860 return LoadContextElement(LoadNativeContext(context), context_slot.value()); in GetDefaultConstructor()
|
D | builtins-async-iterator-gen.cc | 222 LoadContextElement(native_context, Context::PROMISE_FUNCTION_INDEX); in Generate_AsyncFromSyncIteratorMethodOptimized() 258 LoadContextElement(native_context, Context::ITERATOR_RESULT_MAP_INDEX); in LoadIteratorResult()
|
D | builtins-math-gen.cc | 409 LoadContextElement(native_context, Context::MATH_RANDOM_INDEX_INDEX)); in TF_BUILTIN() 427 LoadContextElement(native_context, Context::MATH_RANDOM_CACHE_INDEX); in TF_BUILTIN()
|
D | builtins-async-function-gen.cc | 53 LoadContextElement(context, AwaitContext::kGeneratorSlot); in AsyncFunctionAwaitResumeClosure()
|
D | builtins-constructor-gen.cc | 106 LoadContextElement(native_context, function_map_index); in TF_BUILTIN() 617 LoadContextElement(native_context, Context::OBJECT_FUNCTION_INDEX); in EmitCreateEmptyObjectLiteral()
|
D | builtins-collections-gen.cc | 305 LoadContextElement(native_context, Context::ITERATOR_RESULT_MAP_INDEX); in AddConstructorEntriesFromIterable() 415 return CAST(LoadContextElement(native_context, index)); in GetConstructor() 435 return CAST(LoadContextElement(native_context, index)); in GetInitialAddFunction() 484 CAST(LoadContextElement(native_context, initial_prototype_index)); in HasInitialCollectionPrototype() 730 Node* const iterator_map = LoadContextElement(native_context, map_index); in AllocateJSCollectionIterator()
|
D | builtins-string-gen.cc | 1114 Node* const initial_proto_initial_map = LoadContextElement( in MaybeCallFunctionAtSymbol() 1118 LoadContextElement(native_context, Context::STRING_FUNCTION_INDEX); in MaybeCallFunctionAtSymbol() 1535 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX)); in Generate() 2407 LoadContextElement(native_context, Context::STRING_ITERATOR_MAP_INDEX); in TF_BUILTIN() 2587 Node* const regexp_function = LoadContextElement( in EscapeQuotes()
|
D | builtins-array-gen.cc | 274 Node* const fast_map = LoadContextElement( in FastMapProcessor() 295 Node* const double_map = LoadContextElement( in FastMapProcessor() 1210 Node* const fast_aliasted_arguments_map = LoadContextElement( in HandleFastSlice() 1262 LoadContextElement(arguments_context, SmiUntag(context_index)); in HandleFastSlice() 1907 TNode<Map> array_map = CAST(LoadContextElement( in ConstructArrayLike() 1956 LoadContextElement(native_context, Context::ARRAY_FUNCTION_INDEX)); in ConstructArrayLike() 1965 TNode<Map> array_map = CAST(LoadContextElement( in ConstructArrayLike() 2094 LoadContextElement(native_context, Context::ITERATOR_RESULT_MAP_INDEX); in TF_BUILTIN()
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics-generator.cc | 308 Node* const map = __ LoadContextElement( in CreateAsyncFromSyncIterator() 370 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in GetImportMetaObject()
|
D | interpreter-generator.cc | 229 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 243 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 254 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 265 Node* result = LoadContextElement(slot_context, slot_index); in IGNITION_HANDLER() 341 Node* result = LoadContextElement(slot_context, slot_index); in LookupContextSlot() 676 Node* module = LoadContextElement(module_context, Context::EXTENSION_INDEX); in IGNITION_HANDLER() 718 Node* module = LoadContextElement(module_context, Context::EXTENSION_INDEX); in IGNITION_HANDLER() 1651 Node* function = LoadContextElement(native_context, context_index); in IGNITION_HANDLER()
|
D | interpreter-assembler.cc | 181 LoadContextElement(cur_context.value(), Context::PREVIOUS_INDEX)); in GetContextAtDepth() 212 LoadContextElement(cur_context.value(), Context::EXTENSION_INDEX); in GotoIfHasContextExtensionUpToDepth() 219 LoadContextElement(cur_context.value(), Context::PREVIOUS_INDEX)); in GotoIfHasContextExtensionUpToDepth() 966 Node* array_function = LoadContextElement(LoadNativeContext(context), in Construct() 1028 Node* array_function = LoadContextElement(LoadNativeContext(context), in Construct()
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 184 LoadContextElement(native_context, Context::ArrayMapIndex(to_kind))); in TryRewriteElements() 191 Node* holey_map = LoadContextElement( in TryRewriteElements() 194 var_target_map.Bind(LoadContextElement( in TryRewriteElements() 221 LoadContextElement(native_context, Context::ArrayMapIndex(holey_kind)); in TryChangeToHoleyMapHelper()
|
D | accessor-assembler.cc | 801 Node* expected_token = LoadContextElement(expected_native_context, in EmitAccessCheck() 804 LoadContextElement(native_context, Context::SECURITY_TOKEN_INDEX); in EmitAccessCheck() 2602 TNode<Object> result = LoadContextElement(script_context, slot_index); in LoadGlobalIC_TryPropertyCellCase() 2629 CAST(LoadContextElement(native_context, Context::GLOBAL_PROXY_INDEX)); in LoadGlobalIC_TryHandlerCase() 2630 Node* holder = LoadContextElement(native_context, Context::EXTENSION_INDEX); in LoadGlobalIC_TryHandlerCase() 2936 LoadContextElement(native_context, Context::GLOBAL_PROXY_INDEX); in StoreGlobalIC()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2479 TNode<Object> CodeStubAssembler::LoadContextElement( in LoadContextElement() function in v8::internal::CodeStubAssembler 2486 TNode<Object> CodeStubAssembler::LoadContextElement( in LoadContextElement() function in v8::internal::CodeStubAssembler 2520 LoadContextElement(context, Context::NATIVE_CONTEXT_INDEX)); in LoadNativeContext() 2542 LoadContextElement(cur_context.value(), Context::PREVIOUS_INDEX)); in LoadModuleContext() 2556 return UncheckedCast<Map>(LoadContextElement(native_context, offset)); in LoadJSArrayElementsMap() 2563 LoadContextElement(native_context, Context::ArrayMapIndex(kind))); in LoadJSArrayElementsMap() 5326 Node* const initial_array_prototype = LoadContextElement( in IsPrototypeInitialArrayPrototype() 5336 LoadContextElement(native_context, Context::TYPED_ARRAY_PROTOTYPE_INDEX); in IsPrototypeTypedArrayPrototype() 9294 LoadContextElement(native_context, Context::SCRIPT_CONTEXT_TABLE_INDEX)); in LoadScriptContext() 11703 LoadContextElement(native_context, Context::FUNCTION_HAS_INSTANCE_INDEX); in InstanceOf() [all …]
|
D | code-stub-assembler.h | 1103 TNode<Object> LoadContextElement(SloppyTNode<Context> context, 1105 TNode<Object> LoadContextElement(SloppyTNode<Context> context, 1121 GotoIf(WordEqual(value, LoadContextElement(native_context, slot_index)), in GotoIfContextElementEqual() 2783 Node* const make_type_error = LoadContextElement( in MakeTypeError()
|