Lines Matching refs:wasm
27 using namespace v8::internal::wasm;
602 const char* wasm::SectionName(WasmSectionCode code) { in SectionName()
635 std::ostream& wasm::operator<<(std::ostream& os, const WasmModule& module) { in operator <<()
645 std::ostream& wasm::operator<<(std::ostream& os, const WasmFunction& function) { in operator <<()
653 std::ostream& wasm::operator<<(std::ostream& os, const WasmFunctionName& pair) { in operator <<()
669 Object* wasm::GetOwningWasmInstance(Code* code) { in GetOwningWasmInstance()
681 int wasm::GetFunctionCodeOffset(Handle<WasmCompiledModule> compiled_module, in GetFunctionCodeOffset()
686 bool wasm::GetPositionInfo(Handle<WasmCompiledModule> compiled_module, in GetPositionInfo()
932 void wasm::UpdateDispatchTables(Isolate* isolate, in UpdateDispatchTables()
1198 DCHECK(wasm::IsWasmInstance(*instance)); in Build()
1845 Handle<String> wasm::GetWasmFunctionName(Isolate* isolate, in GetWasmFunctionName()
1859 bool wasm::IsWasmInstance(Object* object) { in IsWasmInstance()
1863 WasmCompiledModule* wasm::GetCompiledModule(Object* object) { in GetCompiledModule()
1867 bool wasm::WasmIsAsmJs(Object* instance, Isolate* isolate) { in WasmIsAsmJs()
1877 Handle<Script> wasm::GetScript(Handle<JSObject> instance) { in GetScript()
1884 int wasm::GetAsmWasmSourcePosition(Handle<JSObject> instance, int func_index, in GetAsmWasmSourcePosition()
1890 Handle<SeqOneByteString> wasm::GetWasmBytes(Handle<JSObject> object) { in GetWasmBytes()
1896 Handle<WasmDebugInfo> wasm::GetDebugInfo(Handle<JSObject> object) { in GetDebugInfo()
1908 int wasm::GetNumberOfFunctions(Handle<JSObject> object) { in GetNumberOfFunctions()
1914 MaybeHandle<WasmModuleObject> wasm::CreateModuleObjectFromBytes( in CreateModuleObjectFromBytes()
1991 bool wasm::ValidateModuleBytes(Isolate* isolate, const byte* start, in ValidateModuleBytes()
2003 MaybeHandle<JSArrayBuffer> wasm::GetInstanceMemory(Isolate* isolate, in GetInstanceMemory()
2019 int32_t wasm::GetInstanceMemorySize(Isolate* isolate, in GetInstanceMemorySize()
2048 int32_t wasm::GrowInstanceMemory(Isolate* isolate, Handle<JSObject> object, in GrowInstanceMemory()