| /arkcompiler/runtime_core/static_core/verification/util/parser/ |
| D | charset.h | 58 Charset cs; variable 68 Charset cs; variable 78 Charset cs; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | collection_set_test.cpp | 64 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
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | assembler_module.cpp | 41 auto cs = asmCallSigns_[i]; in GenerateStubsX64() local 60 auto cs = asmCallSigns_[i]; in GenerateStubsAarch64() local 77 for (auto cs : asmCallSigns_) { in SetUpForAsmStubs() local
|
| D | hcr_circuit_builder.cpp | 25 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() 185 const CallSignature *cs = BytecodeStubCSigns::BCHandler(); in CallBCHandler() local 196 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in CallBuiltin() local 214 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsWithArgvCSign(); in CallBuiltinWithArgv() local 226 const CallSignature *cs = BytecodeStubCSigns::BCDebuggerHandler(); in CallBCDebugger() local [all …]
|
| D | call_stub_builder.cpp | 193 const CallSignature *cs = RuntimeStubCSigns::Get(index); in LowerCallNGCRuntime() local 347 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerFastCall() local 355 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv)); in LowerFastCall() local 376 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in LowerFastCall() local 384 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv)); in LowerFastCall() local 398 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerFastCall() local 406 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in LowerFastCall() local
|
| D | post_schedule.cpp | 539 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LoweringHeapAllocate() local 617 int PostSchedule::SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::st… in SelectBarrier() 695 const CallSignature* cs = nullptr; in LoweringStoreWithBarrierAndPrepareScheduleGate() local 729 const CallSignature* cs = nullptr; in LoweringStoreWithBarrierAndPrepareScheduleGate() local 822 const CallSignature* cs = nullptr; in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local 955 const CallSignature *cs = CommonStubCSigns::Get(index); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
|
| D | stub_compiler.cpp | 94 auto &cs = callSigns[i]; in RunPipeline() local
|
| D | slowpath_lowering.cpp | 900 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local 914 const CallSignature *cs = RuntimeStubCSigns::Get(index); in LowerCallNGCRuntime() local 2306 void SlowPathLowering::CallWithTimer(const CallSignature *cs, GateRef target, GateRef gate, GateRef… in CallWithTimer() 2350 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in SelectFastNew() local 2356 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv)); in SelectFastNew() local 2362 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in SelectFastNew() local 2368 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv)); in SelectFastNew() local 2374 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in SelectFastNew() local 3708 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerCallNewBuiltin() local 3744 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerNewFastCall() local [all …]
|
| D | builtins_lowering.cpp | 173 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local 555 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in LowerCallBuiltinStub() local
|
| D | file_generators.cpp | 115 auto cs = callSigns[j]; in CollectFuncEntryInfo() local 350 auto cs = asmModule_.GetCSign(i); in CollectAsmStubCodeInfo() local
|
| D | ntype_hcr_lowering.cpp | 294 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/ |
| D | aarch64_builder.cpp | 47 const CallSignature* cs = RuntimeStubCSigns::Get(RuntimeStubCSigns::ID_ASMFastWriteBarrier); in GetASMBarrierCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/ |
| D | x64_builder.cpp | 45 const CallSignature *cs = RuntimeStubCSigns::Get(RuntimeStubCSigns::ID_ASMFastWriteBarrier); in GetASMBarrierCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | extended_assembler_x64.cpp | 89 auto cs = callSigns[id]; in BindAssemblerStub() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | switchStatement.cpp | 63 for (auto cs : cases_) { in Dump() local
|
| D | switchCaseStatement.cpp | 72 for (auto cs : consequent_) { in Dump() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/ |
| D | CallGraph.ts | 193 let cs: CallSite = new CallSite(callStmt, args, calleeNode.getID(), callerNode.getID()); variable 242 let cs = new DynCallSite(callStmt, args, calleeNode?.getID(), callerNode.getID()); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | extend_assembler.cpp | 67 auto cs = callSigns[id]; in BindAssemblerStub() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | span_test.cpp | 117 auto cs = Span(c1); in TEST() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | span_test.cpp | 119 auto cs = Span(c1); in TEST() local
|
| /arkcompiler/ets_runtime/test/aottest/string_add/ |
| D | string_add.ts | 40 let cs = "ccc"; variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | InteropDynamicObjectLiteralsCheck.ts | 151 for (const cs of callsite) { constant
|
| D | NoTSLikeAsCheck.ts | 431 for (const cs of callsite) { constant
|
| D | InteropDeprecatedBuiltInAPICheck.ts | 796 for (const cs of callsite) { constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PagBuilder.ts | 418 for (let cs of funcPag.getNormalCallSites()) { variable 453 for (let cs of funcPag.getDynamicCallSites()) { variable
|