/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | itable_builder.h | 34 [[nodiscard]] virtual bool Resolve(Class *klass) = 0; 56 bool Resolve([[maybe_unused]] Class *klass) override
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_cjs_require.cpp | 54 JSTaggedValue BuiltinsCjsRequire::Resolve(EcmaRuntimeCallInfo *msg) in Resolve() function in panda::ecmascript::builtins::BuiltinsCjsRequire 58 BUILTINS_API_TRACE(thread, CjsRequire, Resolve); in Resolve()
|
H A D | builtins_cjs_require.h | 30 static JSTaggedValue Resolve(EcmaRuntimeCallInfo *msg);
|
H A D | builtins_promise.h | 42 V("resolve", Resolve, 1, INVALID) 67 static JSTaggedValue Resolve(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_promise_handler.h | 24 // es6 26.6.1.3.1 Promise Resolve Functions 25 static JSTaggedValue Resolve(EcmaRuntimeCallInfo *argv); 39 // es6 25.4.4.1.2 Promise.all Resolve Element Functions
|
/arkcompiler/ets_runtime/test/fuzztest/promisecapabilityref_fuzzer/ |
H A D | promisecapabilityref_fuzzer.cpp | 49 capability->Resolve(vm, value); in PromiseCapabilityRefResolveFuzzTest() 64 capability->Resolve(vm, value); in PromiseCapabilityRefRejectFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
H A D | js_cjs_require.h | 37 static JSTaggedValue Resolve(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_base.cpp | 62 if (!Resolve()) { in RunImpl() 103 bool RegAllocBase::Resolve() in Resolve() function in panda::compiler::RegAllocBase 112 // Resolve Phi and SaveState in Resolve() 113 RegAllocResolver(GetGraph()).Resolve(); in Resolve() 118 // Resolve spill-fills overwriting in Resolve()
|
H A D | spill_fills_resolver.cpp | 53 void SpillFillsResolver::Resolve(SpillFillInst *spill_fill_inst) in Resolve() function in panda::compiler::SpillFillsResolver 62 Resolve(spill_fill_inst); in ResolveIfRequired() 81 resolver->Resolve(spill_fill_inst); in VisitSpillFill()
|
H A D | reg_alloc_resolver.h | 32 void Resolve();
|
H A D | reg_alloc_base.h | 89 virtual bool Resolve();
|
H A D | spill_fills_resolver.h | 70 void Resolve(SpillFillInst *spill_fill_inst);
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_itable_builder.h | 38 bool Resolve(Class *klass) override;
|
H A D | ets_vtable_builder.cpp | 89 if (UNLIKELY(!Resolve())) { in CreateCDA() 96 bool Resolve() in Resolve() function in ark::ets::RefTypeLink
|
/arkcompiler/runtime_core/static_core/runtime/core/ |
H A D | core_itable_builder.h | 38 bool Resolve([[maybe_unused]] Class *klass) override
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_field.cpp | 38 return EtsString::Resolve(nameData.data, nameData.utf16Length); in GetNameString()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_base.cpp | 67 if (!Resolve()) { in RunImpl() 114 bool RegAllocBase::Resolve() in Resolve() function in ark::compiler::RegAllocBase 123 // Resolve Phi and SaveState in Resolve() 124 RegAllocResolver(GetGraph()).Resolve(); in Resolve() 129 // Resolve spill-fills overwriting in Resolve()
|
H A D | spill_fills_resolver.cpp | 54 void SpillFillsResolver::Resolve(SpillFillInst *spillFillInst) in Resolve() function in ark::compiler::SpillFillsResolver 63 Resolve(spillFillInst); in ResolveIfRequired() 82 resolver->Resolve(spillFillInst); in VisitSpillFill()
|
H A D | reg_alloc_resolver.h | 37 void Resolve();
|
H A D | reg_alloc_base.h | 90 virtual bool Resolve();
|
H A D | spill_fills_resolver.h | 71 void Resolve(SpillFillInst *spillFillInst);
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_global_data.h | 43 void PUBLIC_API Resolve(JSThread *thread, const SnapshotGlobalData *globalData, 65 reviseData_.Resolve(thread, globalData, methodToEntryIndexMap); in ResolveData()
|
/arkcompiler/ets_frontend/es2panda/aot/ |
H A D | resolveDepsRelation.h | 44 bool Resolve();
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | compiler_regalloc_test.cpp | 741 * @tc.desc: Verify the Resolve function. 767 regalloc.Resolve(); in HWTEST_F() 811 resolver.Resolve(spill_fill_inst); in HWTEST_F() 818 resolver.Resolve(spill_fill_inst1); in HWTEST_F() 821 sResolver1.Resolve(spill_fill_inst); in HWTEST_F() 828 resolver.Resolve(spill_fill_inst2); in HWTEST_F() 977 regalloc.Resolve(); in HWTEST_F() 1040 regalloc.Resolve(); in HWTEST_F()
|
H A D | reg_alloc_resolver_test.cpp | 124 RegAllocResolver(graph).Resolve(); in HWTEST_F()
|