Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc19 class OnHeapBytecodeArray final : public AbstractBytecodeArray { class
21 explicit OnHeapBytecodeArray(Handle<BytecodeArray> bytecode_array) in OnHeapBytecodeArray() function in v8::internal::interpreter::__anon1b7e94e20111::OnHeapBytecodeArray
69 std::make_unique<OnHeapBytecodeArray>(bytecode_array), in BytecodeArrayAccessor()