HomeSort by relevance Sort by last modified time
    Searched defs:BytecodeArrayAccessor (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-array-accessor.h 19 class V8_EXPORT_PRIVATE BytecodeArrayAccessor {
21 BytecodeArrayAccessor(Handle<BytecodeArray> bytecode_array,
69 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayAccessor);
bytecode-array-accessor.cc 15 BytecodeArrayAccessor::BytecodeArrayAccessor(
24 void BytecodeArrayAccessor::SetOffset(int offset) {
29 void BytecodeArrayAccessor::UpdateOperandScale() {
44 bool BytecodeArrayAccessor::OffsetInBounds() const {
48 Bytecode BytecodeArrayAccessor::current_bytecode() const {
57 int BytecodeArrayAccessor::current_bytecode_size() const {
62 uint32_t BytecodeArrayAccessor::GetUnsignedOperand(
78 int32_t BytecodeArrayAccessor::GetSignedOperand(
94 uint32_t BytecodeArrayAccessor::GetFlagOperand(int operand_index) const
    [all...]

Completed in 62 milliseconds