Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp48 AssemblerStub *stub = static_cast<AssemblerStub*>( in GenerateStubsX64() local
65 AssemblerStub *stub = static_cast<AssemblerStub*>( in GenerateStubsAarch64() local
Dstub_compiler.cpp36 explicit StubPassData(Stub *stub, LLVMModule *module, CompilerLog *log) in StubPassData()
69 auto stub = data->GetStub(); in Run() local
107 Stub stub(callSigns[i], &circuit); in RunPipeline() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp118 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
161 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
200 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
258 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
309 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
377 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
400 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
423 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
446 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
604 Stub stub(&callSignature, &netOfGates); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1055 auto &stub = osr_entries_.emplace_back(GetAllocator()->New<OsrEntryStub>(this, save_state)); in CreateOsrEntry() local