Home
last modified time | relevance | path

Searched refs:literals_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-literals.cc231 CONVERT_SMI_ARG_CHECKED(literals_index, 1); in RUNTIME_FUNCTION()
239 FeedbackSlot literals_slot(FeedbackVector::ToSlot(literals_index)); in RUNTIME_FUNCTION()
333 CONVERT_SMI_ARG_CHECKED(literals_index, 1); in RUNTIME_FUNCTION()
337 FeedbackSlot literals_slot(FeedbackVector::ToSlot(literals_index)); in RUNTIME_FUNCTION()
349 CONVERT_SMI_ARG_CHECKED(literals_index, 1); in RUNTIME_FUNCTION()
353 FeedbackSlot literals_slot(FeedbackVector::ToSlot(literals_index)); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-constructor.cc665 CodeAssemblerLabel* call_runtime, Node* closure, Node* literals_index, in EmitFastCloneShallowObject() argument
670 feedback_vector, literals_index, 0, CodeStubAssembler::SMI_PARAMETERS); in EmitFastCloneShallowObject()
737 Node* literals_index = Parameter(1); in CreateFastCloneShallowObjectBuiltin() local
742 &call_runtime, closure, literals_index, properties_count_node); in CreateFastCloneShallowObjectBuiltin()
750 literals_index, constant_properties, flags); in CreateFastCloneShallowObjectBuiltin()
Dbuiltins-constructor.h44 Node* closure, Node* literals_index,