| /arkcompiler/runtime_core/panda_guard/generator/ |
| D | name_mapping.cpp | 40 std::string panda::guard::NameMapping::GetName(const std::string &origin, bool generateNew) in GetName() 86 std::string panda::guard::NameMapping::GetFileName(const std::string &origin, bool generateNew) in GetFileName() 120 std::string panda::guard::NameMapping::GetFilePath(const std::string &origin, bool generateNew) in GetFilePath() 147 void panda::guard::NameMapping::AddNameMapping(const std::string &origin, const std::string &name) in AddNameMapping()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
| D | class_static.ts | 19 static origin = {x: 3, y: 4}; property in Grid
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiisstringiterator_fuzzer/ |
| D | jsnapiisstringiterator_fuzzer.cpp | 37 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, value, (int)size); in JSNApiIsStringIterator_FuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.cpp | 29 const VReg origin {VReg::REG_START - spillIndex_++}; in New() local 38 const VReg origin {VReg::REG_START - spillIndex_}; in Adjust() local
|
| /arkcompiler/runtime_core/panda_guard/configs/ |
| D | guard_name_cache.cpp | 136 …nda::guard::NameCache::AddObfIdentifierName(const std::string &filePath, const std::string &origin, in AddObfIdentifierName() 158 …a::guard::NameCache::AddObfMemberMethodName(const std::string &filePath, const std::string &origin, in AddObfMemberMethodName() 218 void panda::guard::NameCache::AddNewNameCacheObfFileName(const std::string &origin, const std::stri… in AddNewNameCacheObfFileName() 229 void panda::guard::NameCache::AddObfPropertyName(const std::string &origin, const std::string &obfN… in AddObfPropertyName()
|
| /arkcompiler/runtime_core/panda_guard/tests/unittest/ |
| D | name_generator_test.cpp | 41 std::string origin = "test" + std::to_string(idx); variable
|
| D | guard_name_cache_test.cpp | 138 std::string origin = "#class1"; variable
|
| /arkcompiler/jsvm/src/inspector/ |
| D | js_native_api_v8_inspector.h | 70 std::string origin; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lse.h | 93 Inst *origin; // The instruction the value comes from member
|
| D | lse.cpp | 906 const char *Lse::GetEliminationCode(Inst *inst, Inst *origin) in GetEliminationCode() 1017 Inst *origin = elim.second.origin; in DeleteInstructions() local
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| D | abstract_typed_value.h | 52 AbstractTypedValue(Type type, AbstractValue value, ValueOrigin origin) in AbstractTypedValue()
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | reg_context.h | 92 const auto &origin = (*it).GetOrigin(); in ChangeValuesOfSameOrigin() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 620 PropertyAttributes origin = dict->GetAttributes(thread_, index); in TransitionForAttributeChanged() local 640 PropertyAttributes origin = dict->GetAttributes(thread_, index); in TransitionForAttributeChanged() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 320 SchedGCOnNthAllocTrigger::SchedGCOnNthAllocTrigger(GCTrigger *origin) : origin_(origin) {} in SchedGCOnNthAllocTrigger()
|
| /arkcompiler/jsvm/test/unittest/ |
| D | test_jsvm.cpp | 411 JSVM_ScriptOrigin origin { variable 428 JSVM_ScriptOrigin origin { variable 445 JSVM_ScriptOrigin origin { variable
|
| D | jsvm_utils.cpp | 105 JSVM_ScriptOrigin origin = { in CompileWithName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | early_elimination.cpp | 157 auto origin = acc_.GetValueIn(gate, i); in TryEliminateGate() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 266 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 286 Local<ArrayRef> origin = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local 294 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 1430 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 1482 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 1800 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 653 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local 666 Local<NumberRef> origin = NumberRef::New(vm_, 1); in HWTEST_F_L0() local 679 Local<ObjectRef> origin = ObjectRef::New(vm_); in HWTEST_F_L0() local 8016 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "origin test"); in HWTEST_F_L0() local 8030 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "origin test"); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_interface.h | 173 std::string origin; member
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 96 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionP… in CarryExpressionParserFlag()
|
| /arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/ |
| D | arraylist_fuzzer.cpp | 961 Local<ObjectRef> origin = ObjectRef::New(vm); in JSValueRefInstanceOfValueFuzzTest() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 253 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionP… in CarryExpressionParserFlag()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 296 [[maybe_unused]] asmjit::BaseEmitter *origin) in handleError()
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 1367 JSVM_ScriptOrigin* origin, in OH_JSVM_CompileScriptWithOrigin()
|