Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dast-decoder.h315 struct FunctionBody { struct
323 static inline FunctionBody FunctionBodyForTesting(const byte* start, in FunctionBodyForTesting() argument
337 FunctionBody& body);
339 FunctionBody& body);
340 bool PrintAst(AccountingAllocator* allocator, const FunctionBody& body,
350 FunctionBody body = {module, sig, nullptr, start, end}; in VerifyWasmCode()
358 FunctionBody body = {module, sig, nullptr, start, end}; in BuildTFGraph()
Dast-decoder.cc370 WasmFullDecoder(Zone* zone, TFBuilder* builder, const FunctionBody& body) in WasmFullDecoder()
1872 FunctionBody body = {nullptr, nullptr, nullptr, start, end}; in DecodeLocalDecls()
1889 FunctionBody& body) { in VerifyWasmCode()
1897 FunctionBody& body) { in BuildTFGraph()
1915 bool PrintAst(AccountingAllocator* allocator, const FunctionBody& body, in PrintAst()
2037 FunctionBody body = {nullptr, nullptr, nullptr, start, end}; in AnalyzeLoopAssignmentForTesting()
Dmodule-decoder.cc789 FunctionBody body = {menv, function->sig, start_, in VerifyFunctionBody()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp347 void *FunctionBody; // Beginning of the function's allocation. member
350 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {} in EmittedCode()
796 EmittedFunctions[F.getFunction()].FunctionBody = BufferBegin; in startFunction()
1033 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody); in deallocateMemForFunction()
/external/v8/src/compiler/
Dwasm-compiler.cc3328 wasm::FunctionBody body = { in BuildGraphForWasmFunction()