Home | History | Annotate | Download | only in wasm

Lines Matching refs:function_index

914   InterpreterCode* GetCode(uint32_t function_index) {
915 CHECK_LT(function_index, interpreter_code_.size());
916 return Preprocess(&interpreter_code_[function_index]);