Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h1239 Node* AllocateCellWithValue(Node* value,
1242 return AllocateCellWithValue(SmiConstant(value), SKIP_WRITE_BARRIER);
Dcode-stub-assembler.cc2975 Node* CodeStubAssembler::AllocateCellWithValue(Node* value, in AllocateCellWithValue() function in v8::internal::CodeStubAssembler