Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcode-inl.h1283 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function
1286 int size = BytecodeArraySize(); in SizeIncludingMetadata()
Dcode.h1053 inline int BytecodeArraySize(); in DEFINE_OPERATORS_FOR_FLAGS()