| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 314 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMov() local 333 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovWide() local 352 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovObj() local 450 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLda() local 473 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaWide() local 490 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaObj() local 780 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJeqObj() local 813 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJneObj() local 1441 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdarr8() local 1451 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdarr16() local [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/ |
| D | annotations_test.cpp | 55 auto vs = g_implI->valueGetDouble(val); in ProcessAnnotationsInner() local 67 auto vs = g_implI->arrayValueGetLiteralArray(val); in ProcessAnnotationsInner() local 83 auto vs = g_implI->valueGetU1(val); in ProcessAnnotationsInner() local 95 auto vs = helpers::AbckitStringToString(str); in ProcessAnnotationsInner() local 156 auto vs = g_implI->valueGetDouble(val); in __anon64d9860b0402() local 166 auto vs = g_implI->arrayValueGetLiteralArray(val); in __anon64d9860b0402() local 180 auto vs = g_implI->valueGetU1(val); in __anon64d9860b0402() local 190 auto vs = helpers::AbckitStringToString(str); in __anon64d9860b0402() local 320 auto vs = g_implI->arrayValueGetLiteralArray(val); in __anon64d9860b0902() local 383 auto vs = g_implI->valueGetDouble(val); in ProcessAnnotationElementsInner() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 136 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMov() local 147 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovWide() local 158 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovObj() local 169 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovDyn() local 228 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLda() local 237 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaWide() local 246 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaObj() local 1720 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdarrObj() local 1738 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaDyn() local 1796 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLenarr() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.cpp | 81 IRNode *DynamicRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, in MoveReg() 112 IRNode *StaticRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, cons… in MoveReg()
|
| D | ETSGen.cpp | 175 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, const VReg vd, const VReg vs) in AllocMov() 193 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov() 214 void ETSGen::MoveVreg(const ir::AstNode *const node, const VReg vd, const VReg vs) in MoveVreg()
|
| D | pandagen.cpp | 341 IRNode *PandaGen::AllocMov(const ir::AstNode *node, const VReg vd, const VReg vs) in AllocMov() 346 IRNode *PandaGen::AllocMov(const ir::AstNode *node, OutVReg vd, const VReg vs) in AllocMov() 352 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() 1093 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 194 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjName() local 236 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameWide() local 278 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameObj() local 322 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjName() local 364 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameWide() local 406 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameObj() local
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static.cpp | 1348 compiler::Register vs = inst->GetSrcReg(0U); in VisitStoreObjectIntrinsic() local 1395 compiler::Register vs = inst->GetSrcReg(0U); in VisitStoreStaticIntrinsic() local 1431 compiler::Register vs = inst->GetSrcReg(0U); in VisitLoadObjectIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | codegen.cpp | 1542 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreObject() local 1594 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreStatic() local 1640 compiler::Register vs = inst->GetSrcReg(0U); in VisitLoadObject() local
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_type.cpp | 33 constexpr uint32_t Bitmap(std::initializer_list<Builtin> vs) in Bitmap()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 790 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() 1384 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 1803 uint16_t vs = READ_INST_8_1(); in RunInternal() local 1887 uint16_t vs = READ_INST_8_1(); in RunInternal() local 1936 uint16_t vs = READ_INST_8_1(); in RunInternal() local 5133 uint16_t vs = READ_INST_8_1(); in RunInternal() local 5159 uint16_t vs = READ_INST_8_1(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1072 uint16_t vs = READ_INST_8_1(); in HandleMod2Imm8V8() local 1177 uint16_t vs = READ_INST_8_1(); in HandleLesseqImm8V8() local 1242 uint16_t vs = READ_INST_8_1(); in HandleGreatereqImm8V8() local 4545 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedGetresumemodePrefV8() local 4562 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedResumegeneratorPrefV8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1090 uint16_t vs = READ_INST_8_1(); in InitBytecodeInfo() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.cpp | 365 for (auto vs : stateValues_) { in Dump() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 99475 class vs extends hs { class
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|