Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dasmjit_test.cpp60 CodeHolder code(GetAllocator()); in TEST_F() local
63 x86::Assembler a(&code); in TEST_F() local
85 CodeHolder code(GetAllocator()); in TEST_F() local
89 x86::Assembler a(&code); in TEST_F() local
126 CodeHolder code(GetAllocator()); in TEST_F() local
130 x86::Assembler a(&code); in TEST_F() local
151 CodeHolder code(GetAllocator()); in TEST_F() local
155 x86::Assembler a(&code); in TEST_F() local
176 CodeHolder code(GetAllocator()); in TEST_F() local
180 x86::Assembler a(&code); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dasmjit_test.cpp56 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/static_core/compiler/tests/x86/
Dasmjit_test.cpp31 CodeHolder code; in TEST_F() local
34 x86::Assembler a(&code); in TEST_F() local
56 CodeHolder code; in TEST_F() local
60 x86::Assembler a(&code); in TEST_F() local
98 CodeHolder code; in TEST_F() local
102 x86::Assembler a(&code); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp32 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/
Dlinkedhashtable.js23 let obj1 = {"code": 800000005}; property
29 let obj2 = {i: "aaa", 800000003: "bbbbbb", get a() {}}; getter
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp149 … [](const auto &a, uintptr_t klassId) { return a.classId < klassId; }); in GetClass()
174 auto code = Span(aotFile_->GetMethodCode(methodHeader), methodHeader->codeSize); in FindMethodCodeSpan() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp582 … [](const compiler::RoData &a, const compiler::RoData &b) -> bool { return a.name < b.name; }); in CollectAotBuilderOffsets()
610 ArenaVector<uint8_t> code(allocator.Adapter()); in AdaptCode() local
650 Span<const uint8_t> code(functionSection.GetMemory(), functionSection.GetSize()); in LinkModule() local
703 … [](const compiler::RoData &a, const compiler::RoData &b) -> bool { return a.name < b.name; }); in FinishCompile()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp69 int64_t DateUtils::FloorDiv(int64_t a, int64_t b) in FloorDiv()
123 int64_t DateUtils::Mod(int64_t a, int b) in Mod()
871 double JSDate::GetDateValue(JSThread *thread, double timeMs, uint8_t code, bool isLocal) const in GetDateValue()
881 JSTaggedValue JSDate::SetDateValue(EcmaRuntimeCallInfo *argv, uint32_t code, bool isLocal) const in SetDateValue()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2ar __webpack_modules__={"./node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toString,… argument
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1153 auto *code = items->CreateItem<CodeItem>(); in SetCodeAndDebugInfo() local
1314 auto *code = method->GetCode(); in EmitFunctions() local
1719 [this](const Function::LocalVariablePair &a, const Function::LocalVariablePair &b) { in CollectLocalVariable()