Uses of Class
js.tinyvm.MethodRecord

Packages that use MethodRecord
js.tinyvm   
 

Uses of MethodRecord in js.tinyvm
 

Methods in js.tinyvm with parameters of type MethodRecord
 void ClassRecord.markMethod(MethodRecord pRec, boolean directCall)
           
 void PrimitiveClassRecord.markMethod(MethodRecord pRec, boolean directCall)
           
 void MethodRecord.setHiddenBy(MethodRecord pRec)
           
 

Method parameters in js.tinyvm with type arguments of type MethodRecord
 void ClassRecord.storeMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures, boolean aAll)
           
 void PrimitiveClassRecord.storeMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures, boolean aAll)
           
 void ClassRecord.storeOptimizedMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures)
           
 void PrimitiveClassRecord.storeOptimizedMethods(RecordTable<RecordTable<MethodRecord>> aMethodTables, RecordTable<RecordTable<ExceptionRecord>> aExceptionTables, HashVector<Signature> aSignatures)