Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/util/parser/
Dcharset.h58 Charset cs; variable
68 Charset cs; variable
78 Charset cs; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcollection_set_test.cpp64 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
84 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
107 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
137 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
Dg1_analytics_test.cpp54 auto cs = CollectionSet(vector); in CreateCollectionSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp41 auto cs = asmCallSigns_[i]; in GenerateStubsX64() local
60 auto cs = asmCallSigns_[i]; in GenerateStubsAarch64() local
77 for (auto cs : asmCallSigns_) { in SetUpForAsmStubs() local
Dhcr_circuit_builder.cpp25 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in NoLabelCallRuntime() local
58 const CallSignature *cs = env_->IsBaselineBuiltin() ? BaselineStubCSigns::Get(index) : in CallStub() local
77 const CallSignature *cs = CommonStubCSigns::Get(index); in CallCommonStub() local
103 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntime() local
121 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntimeWithNewTarget() local
131 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call()
189 const CallSignature *cs = BytecodeStubCSigns::BCHandler(); in CallBCHandler() local
200 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in CallBuiltin() local
218 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsWithArgvCSign(); in CallBuiltinWithArgv() local
230 const CallSignature *cs = BytecodeStubCSigns::BCDebuggerHandler(); in CallBCDebugger() local
[all …]
Dcall_stub_builder.cpp165 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerFastCall() local
173 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv)); in LowerFastCall() local
194 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in LowerFastCall() local
202 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv)); in LowerFastCall() local
216 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerFastCall() local
224 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in LowerFastCall() local
Dpost_schedule.cpp361 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LoweringHeapAllocate() local
433 int PostSchedule::SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::st… in SelectBarrier()
503 const CallSignature* cs = nullptr; in LoweringStoreWithBarrierAndPrepareScheduleGate() local
567 const CallSignature* cs = nullptr; in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dstub_compiler.cpp93 auto &cs = callSigns[i]; in RunPipeline() local
Dbuiltins_lowering.cpp174 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
554 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in LowerCallBuiltinStub() local
Dslowpath_lowering.cpp830 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
844 const CallSignature *cs = RuntimeStubCSigns::Get(index); in LowerCallNGCRuntime() local
3311 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerNewFastCall() local
3317 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv)); in LowerNewFastCall() local
3334 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in LowerNewFastCall() local
3340 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv)); in LowerNewFastCall() local
3351 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerNewFastCall() local
3372 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in LowerTypedCall() local
3389 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerTypedFastCall() local
Dfile_generators.cpp115 auto cs = callSigns[j]; in CollectFuncEntryInfo() local
350 auto cs = asmModule_.GetCSign(i); in CollectAsmStubCodeInfo() local
Dntype_hcr_lowering.cpp279 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
Dtyped_native_inline_lowering.cpp2199 const CallSignature *cs = BuiltinsStubCSigns::Get(BuiltinsStubCSigns::ID::StringSubstring); in LowerStringSubstring() local
2288 const CallSignature *cs = BuiltinsStubCSigns::Get(BuiltinsStubCSigns::ID::StringSubStr); in LowerStringSubStr() local
2394 … const CallSignature *cs = BuiltinsStubCSigns::Get(BuiltinsStubCSigns::ID::StringSlice); in LowerStringSlice() local
Dtyped_hcr_lowering.cpp737 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
1729 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in CallAccessor() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
Daarch64_builder.cpp47 const CallSignature* cs = RuntimeStubCSigns::Get(RuntimeStubCSigns::ID_ASMFastWriteBarrier); in GetASMBarrierCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
Dx64_builder.cpp45 const CallSignature *cs = RuntimeStubCSigns::Get(RuntimeStubCSigns::ID_ASMFastWriteBarrier); in GetASMBarrierCall() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchStatement.cpp63 for (auto cs : cases_) { in Dump() local
DswitchCaseStatement.cpp71 for (auto cs : consequent_) { in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.cpp89 auto cs = callSigns[id]; in BindAssemblerStub() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp67 auto cs = callSigns[id]; in BindAssemblerStub() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dspan_test.cpp119 auto cs = Span(c1); in TEST() local
/arkcompiler/runtime_core/libpandabase/tests/
Dspan_test.cpp117 auto cs = Span(c1); in TEST() local
/arkcompiler/ets_runtime/test/aottest/string_add/
Dstring_add.ts40 let cs = "ccc"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp322 const CallSignature* cs = module_->GetCSign(index); in GenerateCodeForStub() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp817 CollectionSet cs; in CollectAndMoveTenuredRegions() local
847 CollectionSet cs(collectionSet.Young()); in CollectAndMoveYoungRegions() local

12