Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h463 bool TryGetIntPtrOrSmiConstantValue(Node* maybe_constant, int* value,
Dcode-stub-assembler.cc316 bool CodeStubAssembler::TryGetIntPtrOrSmiConstantValue(Node* maybe_constant, in TryGetIntPtrOrSmiConstantValue() function in v8::internal::CodeStubAssembler
3883 } else if (TryGetIntPtrOrSmiConstantValue(capacity, &capacity_as_constant, in AllocateJSArray()
4075 !TryGetIntPtrOrSmiConstantValue(count, &constant_count, in ExtractFixedArray()