Home
last modified time | relevance | path

Searched refs:set_map (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/objects/
Dapi-callbacks-inl.h121 set_map( in SetNextCallHasNoSideEffect()
128 set_map(roots.side_effect_call_handler_info_map()); in NextCallHasNoSideEffect()
Dordered-hash-table.cc128 result->set_map(ReadOnlyRoots(isolate).fixed_array_map()); in ConvertToKeysArray()
/external/v8/src/runtime/
Druntime-scopes.cc409 parameter_map->set_map( in NewSloppyArguments()
411 result->set_map(isolate->native_context()->fast_aliased_arguments_map()); in NewSloppyArguments()
/external/v8/src/
Dcontexts.cc28 copy->set_map(ReadOnlyRoots(isolate).script_context_table_map()); in Extend()
Dapi-natives.cc653 result->set_map(*isolate->sloppy_function_with_readonly_prototype_map()); in CreateApiFunction()
Dobjects-inl.h890 void HeapObject::set_map(Map* value) { in set_map() function
Dobjects.h1640 inline void set_map(Map* value);
Dbootstrapper.cc787 object_function_prototype->set_map(*map); in CreateObjectFunction()
Dobjects.cc16215 array->set_map(ReadOnlyRoots(isolate).fixed_cow_array_map()); in AsHandle()
17162 string->set_map(*map); in LookupString()
/external/v8/src/ast/
Dast.cc634 fixed_array->set_map(ReadOnlyRoots(isolate).fixed_cow_array_map()); in BuildBoilerplateDescription()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp2524 … std::unordered_map<VkDescriptorSet, cvdescriptorset::DescriptorSet *> *set_map, in PerformAllocateDescriptorSets() argument
2545 (*set_map)[descriptor_sets[i]] = new_ds; in PerformAllocateDescriptorSets()
/external/v8/src/heap/
Dfactory.cc2460 feedback_cell->set_map(*one_closure_cell_map()); in NewFunctionFromSharedFunctionInfo()
2462 feedback_cell->set_map(*many_closures_cell_map()); in NewFunctionFromSharedFunctionInfo()