Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc827 struct InterpreterCode { struct
845 ZoneVector<InterpreterCode> interpreter_code_;
858 InterpreterCode* FindCode(const WasmFunction* function) { in FindCode()
860 InterpreterCode* code = &interpreter_code_[function->func_index]; in FindCode()
867 InterpreterCode* GetCode(uint32_t function_index) { in GetCode()
872 InterpreterCode* GetIndirectCode(uint32_t table_index, uint32_t entry_index) { in GetIndirectCode()
882 InterpreterCode* Preprocess(InterpreterCode* code) { in Preprocess()
894 InterpreterCode code = { in AddFunction()
906 InterpreterCode* code = FindCode(function); in SetFunctionCode()
936 InterpreterCode* code = codemap()->FindCode(function); in PushFrame()
[all …]