Searched +defs:a +defs:code (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 56 CodeHolder code(GetAllocator()); in TEST_F() local 59 x86::Assembler a(&code); in TEST_F() local 81 CodeHolder code(GetAllocator()); in TEST_F() local 85 x86::Assembler a(&code); in TEST_F() local 122 CodeHolder code(GetAllocator()); in TEST_F() local 126 x86::Assembler a(&code); in TEST_F() local 147 CodeHolder code(GetAllocator()); in TEST_F() local 151 x86::Assembler a(&code); in TEST_F() local 172 CodeHolder code(GetAllocator()); in TEST_F() local 176 x86::Assembler a(&code); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 32 CodeHolder code; in TEST_F() local 35 x86::Assembler a(&code); in TEST_F() local 57 CodeHolder code; in TEST_F() local 61 x86::Assembler a(&code); in TEST_F() local 99 CodeHolder code; in TEST_F() local 103 x86::Assembler a(&code); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/linkedhashtable/ |
| D | linkedhashtable.js | 23 let obj1 = {"code": 800000005}; property 29 let obj2 = {i: "aaa", 800000003: "bbbbbb", get a() {}}; getter
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 69 int64_t DateUtils::FloorDiv(int64_t a, int64_t b) in FloorDiv() 123 int64_t DateUtils::Mod(int64_t a, int b) in Mod() 839 double JSDate::GetDateValue(double timeMs, uint8_t code, bool isLocal) const in GetDateValue() 849 JSTaggedValue JSDate::SetDateValue(EcmaRuntimeCallInfo *argv, uint32_t code, bool isLocal) const in SetDateValue()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ar __webpack_modules__={"./node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toString,… argument
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 1093 auto *code = items->CreateItem<CodeItem>(); in SetCodeAndDebugInfo() local 1252 auto *code = method->GetCode(); in EmitFunctions() local 1610 [&](const Function::LocalVariablePair &a, const Function::LocalVariablePair &b) { in CollectLocalVariable()
|