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

  /external/v8/src/interpreter/
bytecode-array-builder.cc 568 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadConstantPoolEntry(
    [all...]
interpreter-assembler.cc 649 Node* InterpreterAssembler::LoadConstantPoolEntry(Node* index) {
657 return SmiUntag(LoadConstantPoolEntry(index));
664 return LoadConstantPoolEntry(index);
    [all...]

Completed in 54 milliseconds