Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/absint/
Dreg_context.h102 const auto &origin = (*it).GetOrigin(); in ChangeValuesOfSameOrigin() local
Dexec_context.h168 const auto &origin = atv.GetOrigin(); in ForAllTypesOfRegAccordingToTypecasts() local
/arkcompiler/runtime_core/verification/value/
Dabstract_typed_value.h52 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value, const ValueOrigin &origin) in AbstractTypedValue()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp384 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local
401 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h114 [[maybe_unused]] asmjit::BaseEmitter *origin) override in handleError()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp172 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
184 Local<ArrayRef> origin = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local
192 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h173 std::string origin; member
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp189 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionP… in CarryExpressionParserFlag()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2259 JSHandle<JSTaggedValue> origin = JSNApiHelper::ToJSHandle(this); in InstanceOf() local