Home
last modified time | relevance | path

Searched defs:origin (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapiisstringiterator_fuzzer/
H A Djsnapiisstringiterator_fuzzer.cpp37 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, value, (int)size); in JSNApiIsStringIterator_FuzzTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlse.h93 Inst *origin; // The instruction the value comes from member
H A Dlse.cpp882 GetEliminationCode(Inst *inst, Inst *origin) GetEliminationCode() argument
993 Inst *origin = elim.second.origin; DeleteInstructions() local
1012 ssb_.SearchAndCreateMissingObjInSaveState(GetGraph(), origin, inst); DeleteInstructions() local
[all...]
/arkcompiler/runtime_core/static_core/verification/value/
H A Dabstract_typed_value.h52 AbstractTypedValue(Type type, AbstractValue value, ValueOrigin origin) in AbstractTypedValue() argument
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dreg_context.h92 const auto &origin = (*it).GetOrigin(); in ChangeValuesOfSameOrigin() local
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
H A Darraylist_fuzzer.cpp956 Local<ObjectRef> origin = ObjectRef::New(vm); in JSValueRefInstanceOfValueFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_trigger.cpp320 SchedGCOnNthAllocTrigger::SchedGCOnNthAllocTrigger(GCTrigger *origin) : origin_(origin) {} in SchedGCOnNthAllocTrigger() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dearly_elimination.cpp149 auto origin = acc_.GetValueIn(gate, i); in TryEliminateGate() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_operator.cpp607 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local
627 PropertyAttributes origin = dict->GetAttributes(index); in TransitionForAttributeChanged() local
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h184 std::string origin; member
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp259 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
279 Local<ArrayRef> origin = ArrayRef::New(vm_, 1); in HWTEST_F_L0() local
287 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
1413 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); in HWTEST_F_L0() local
1462 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); HWTEST_F_L0() local
1778 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "1"); HWTEST_F_L0() local
[all...]
H A 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
8016 Local<StringRef> origin = StringRef::NewFromUtf8(vm_, "origin test"); in HWTEST_F_L0() local
8030 Local<StringRef> origin in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp97 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionParseFlags carry) in CarryExpressionParserFlag() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp295 handleError([[maybe_unused]] asmjit::Error err, [[maybe_unused]] const char *message, [[maybe_unused]] asmjit::BaseEmitter *origin) handleError() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp269 ExpressionParseFlags ParserImpl::CarryExpressionParserFlag(ExpressionParseFlags origin, ExpressionParseFlags carry) in CarryExpressionParserFlag() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp418 JSHandle<JSTaggedValue> origin = JSNApiHelper::ToJSHandle(this); in InstanceOf() local

Completed in 48 milliseconds