Home
last modified time | relevance | path

Searched defs:origin (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule126.ts21 static origin = new Point(0, 0) property in Point
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule126.ts21 static origin = new Point(0, 0) property in Point
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_static.ts19 static origin = {x: 3, y: 4}; property in Grid
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.cpp29 const VReg origin {VReg::REG_START - spillIndex_++}; in New() local
38 const VReg origin {VReg::REG_START - spillIndex_}; in Adjust() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapiisstringiterator_fuzzer/
Djsnapiisstringiterator_fuzzer.cpp37 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, value, (int)size); in JSNApiIsStringIterator_FuzzTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h93 Inst *origin; // The instruction the value comes from member
Dlse.cpp839 const char *Lse::GetEliminationCode(Inst *inst, Inst *origin) in GetEliminationCode()
950 Inst *origin = elim.second.origin; in DeleteInstructions() local
/arkcompiler/runtime_core/static_core/verification/value/
Dabstract_typed_value.h52 AbstractTypedValue(Type type, AbstractValue value, ValueOrigin origin) in AbstractTypedValue()
/arkcompiler/runtime_core/static_core/verification/absint/
Dreg_context.h92 const auto &origin = (*it).GetOrigin(); in ChangeValuesOfSameOrigin() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp589 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local
606 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp320 SchedGCOnNthAllocTrigger::SchedGCOnNthAllocTrigger(GCTrigger *origin) : origin_(origin) {} in SchedGCOnNthAllocTrigger()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp142 auto origin = acc_.GetValueIn(gate, i); in TryEliminateGate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h112 [[maybe_unused]] asmjit::BaseEmitter *origin) override in handleError()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp251 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
271 Local<ArrayRef> origin = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local
279 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
1654 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
Dffi_workload.cpp653 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
8036 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "origin test"); in HWTEST_F_L0() local
8050 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "origin test"); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp105 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionP… in CarryExpressionParserFlag()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h184 std::string origin; member
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp888 Local<ObjectRef> origin = ObjectRef::New(vm); in JSValueRefInstanceOfValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp200 bool NeedCvtOrRetype(PrimType origin, PrimType compared) in NeedCvtOrRetype()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp255 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionP… in CarryExpressionParserFlag()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp347 JSHandle<JSTaggedValue> origin = JSNApiHelper::ToJSHandle(this); in InstanceOf() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js2780 origin: null, property
16353 get origin() { getter in anonymousFunction0278022839900.anonymousFunction0278022839a00.as
16356 set origin(t) { setter in anonymousFunction0278022839900.anonymousFunction0278022839a00.as