Home
last modified time | relevance | path

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

/dports/lang/mosh/mosh-0.2.7/src/
H A DVM-inl.h195 direct[i] = Object::makeInstruction(code[i].toCompilerInstruction()); in getDirectThreadedCode()
201 p.toPair()->car = (Object::makeInstruction(p.car().toCompilerInstruction())); in getDirectThreadedCode()
H A DObject-inl.h81 inline int Object::toCompilerInstruction() const in toCompilerInstruction() function
H A DObject.h163 int toCompilerInstruction() const;
H A DFaslWriter.cpp291 emitU32(obj.toCompilerInstruction()); in putDatum()
H A DTextualOutputPort.cpp355 snprintf(buf, 32, "[comp:%d]", o.toCompilerInstruction()); in print()