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

  /external/v8/src/interpreter/
bytecode-array-iterator.cc 99 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand(
113 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0));
bytecode-array-builder.cc 54 Handle<Object> GetConstantForIndexOperand(int operand_index) const {
710 Handle<Object> object = previous_bytecode.GetConstantForIndexOperand(0);
    [all...]

Completed in 356 milliseconds