Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 28) 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.cpp55 auto cs = CollectionSet(vector); in CreateCollectionSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp46 auto cs = asmCallSigns_[i]; in GenerateStubsX64() local
63 auto cs = asmCallSigns_[i]; in GenerateStubsAarch64() local
78 for (auto cs : asmCallSigns_) { in SetUpForAsmStubs() local
Dhcr_circuit_builder.cpp26 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in NoLabelCallRuntime() local
59 const CallSignature *cs = CommonStubCSigns::Get(index); in CallStub() local
85 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntime() local
103 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntimeWithNewTarget() local
113 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call()
167 const CallSignature *cs = BytecodeStubCSigns::BCHandler(); in CallBCHandler() local
179 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in CallBuiltin() local
191 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsWithArgvCSign(); in CallBuiltinWithArgv() local
203 const CallSignature *cs = BytecodeStubCSigns::BCDebuggerHandler(); in CallBCDebugger() local
215 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in CallRuntime() local
[all …]
Dnative_inline_lowering.cpp233 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
242 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in NativeCallTS() local
Dstub_compiler.cpp105 auto &cs = callSigns[i]; in RunPipeline() local
Dslowpath_lowering.cpp779 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
793 const CallSignature *cs = RuntimeStubCSigns::Get(index); in LowerCallNGCRuntime() local
2953 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerFastCall() local
2961 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushUndefined)); in LowerFastCall() local
2983 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in LowerFastCall() local
2991 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushUndefined)); in LowerFastCall() local
3005 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerFastCall() local
3013 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in LowerFastCall() local
3036 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in LowerTypedCall() local
3054 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerTypedFastCall() local
Dfile_generators.cpp104 auto cs = callSigns[j]; in CollectFuncEntryInfo() local
338 auto cs = asmModule_.GetCSign(i); in CollectAsmStubCodeInfo() local
Dbuiltins_lowering.cpp214 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
Dntype_hcr_lowering.cpp205 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
Dllvm_codegen.cpp279 const CallSignature* cs = module_->GetCSign(index); in GenerateCodeForStub() local
Dtyped_hcr_lowering.cpp654 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
1631 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in CallAccessor() local
Dllvm_ir_builder.cpp2664 const CallSignature* cs = callSigns_[i]; in InitialLLVMFuncTypeAndFuncByModuleCSigns() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchStatement.cpp60 for (auto cs : cases_) { in Dump() local
93 for (auto *cs : cases_) { in SetReturnType() local
DswitchCaseStatement.cpp64 for (auto cs : consequent_) { in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.cpp91 auto cs = callSigns[id]; in BindAssemblerStub() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp68 auto cs = callSigns[id]; in BindAssemblerStub() local
/arkcompiler/runtime_core/libpandabase/tests/
Dspan_test.cpp117 auto cs = Span(c1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dspan_test.cpp119 auto cs = Span(c1); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dlexer.cpp162 char cs = GetCharAtWithUpperCheck(startIdx); in GetConstVal() local
Dmir_parser.cpp3388 auto *cs = static_cast<ConststrNode *>(expr); in ParseConstAddrLeafExpr() local
3398 auto *cs = static_cast<Conststr16Node *>(expr); in ParseConstAddrLeafExpr() local
Dbin_mpl_import.cpp158 Conststr16Node *cs; in ImportConst() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp730 CollectionSet cs; in RunFullGC() local
754 CollectionSet cs(collectionSet.Young()); in RunFullGC() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3080 char cs[16] = {0}; in HWTEST_F_L0() local
3095 char cs[16] = {0}; // 16 = The size of the character array in HWTEST_F_L0() local
3110 char cs[16] = {0}; // 16 = The size of the character array in HWTEST_F_L0() local
3125 char cs[16] = {0}; // 16 =The size of the character array in HWTEST_F_L0() local
3140 char cs[16] = {0}; // 16 = The size of the character array in HWTEST_F_L0() local
3155 char16_t cs[16] = {0}; // 16 = The size of the character array in HWTEST_F_L0() local
3170 char cs[16] = {0}; // 16 = The size of the character array in HWTEST_F_L0() local

12