Searched refs:FunctionBody (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | ast-decoder.h | 315 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()
|
D | ast-decoder.cc | 370 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()
|
D | module-decoder.cc | 789 FunctionBody body = {menv, function->sig, start_, in VerifyFunctionBody()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 347 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/ |
D | wasm-compiler.cc | 3328 wasm::FunctionBody body = { in BuildGraphForWasmFunction()
|