Home
last modified time | relevance | path

Searched refs:mapped_value (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-array-gen.cc227 Node* mapped_value = CallJS(CodeFactory::Call(isolate()), context(), in SpecCompliantMapProcessor() local
231 CallRuntime(Runtime::kCreateDataProperty, context(), a(), k, mapped_value); in SpecCompliantMapProcessor()
239 Node* mapped_value = CallJS(CodeFactory::Call(isolate()), context(), in FastMapProcessor() local
253 mapped_value); in FastMapProcessor()
259 CSA_ASSERT(this, TaggedIsNotSmi(mapped_value)); in FastMapProcessor()
260 GotoIf(IsHeapNumberMap(LoadMap(mapped_value)), &transition_smi_double); in FastMapProcessor()
287 mapped_value); in FastMapProcessor()
321 mapped_value); in FastMapProcessor()
329 mapped_value); in FastMapProcessor()
340 Node* mapped_value = CallJS(CodeFactory::Call(isolate()), context(), in TypedArrayMapProcessor() local
[all …]
Dbuiltins-typed-array-gen.cc1753 TNode<Object> const mapped_value = in TF_BUILTIN() local
1763 intptr_index, mapped_value, in TF_BUILTIN()
1767 mapped_value, kind, context); in TF_BUILTIN()