Home
last modified time | relevance | path

Searched defs:hir (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.cpp48 Environment::Environment(GateRef hir, Circuit *circuit, CircuitBuilder *builder) in Environment() argument
H A Dtyped_bytecode_lowering.cpp886 BuildNamedPropertyAccess( GateRef hir, GateRef receiver, GateRef holder, PropertyLookupResult plr) BuildNamedPropertyAccess() argument
899 BuildNamedPropertyAccess( GateRef hir, GateRef receiver, GateRef holder, GateRef value, PropertyLookupResult plr, uint32_t receiverHClassIndex) BuildNamedPropertyAccess() argument
H A Dmcr_circuit_builder.cpp1288 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() argument
H A Dstub_builder-inl.h254 inline GateRef StubBuilder::FastCallOptimized(GateRef glue, GateRef code, const std::vector<GateRef>& args, GateRef hir) in FastCallOptimized() argument
265 inline GateRef StubBuilder::CallOptimized(GateRef glue, GateRef code, const std::vector<GateRef>& args, GateRef hir) in CallOptimized() argument
3885 inline GateRef StubBuilder::HashFromHclassAndKey(GateRef glue, GateRef cls, GateRef key, GateRef hir) in HashFromHclassAndKey() argument
239 CallNGCRuntime(GateRef glue, int index, const std::vector<GateRef>& args, GateRef hir) CallNGCRuntime() argument
3868 SetToPropertiesCache(GateRef glue, GateRef cache, GateRef cls, GateRef key, GateRef result, GateRef hir) SetToPropertiesCache() argument
[all...]
H A Dstub_builder.cpp374 GateRef StubBuilder::GetIndexFromPropertiesCache(GateRef glue, GateRef cache, GateRef cls, GateRef key, GateRef hir) in GetIndexFromPropertiesCache() argument
403 GateRef StubBuilder::BinarySearch(GateRef glue, GateRef layoutInfo, GateRef key, GateRef propsNum, GateRef hir) in BinarySearch() argument
302 FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, GateRef key, GateRef propsNum, GateRef hir) FindElementWithCache() argument
559 GetKeyHashCode(GateRef glue, GateRef key, GateRef hir) GetKeyHashCode() argument
783 FindEntryFromNameDictionary(GateRef glue, GateRef elements, GateRef key, GateRef hir) FindEntryFromNameDictionary() argument
1140 CallGetterHelper( GateRef glue, GateRef receiver, GateRef holder, GateRef accessor, ProfileOperation callback, GateRef hir) CallGetterHelper() argument
3275 GetPropertyByIndex(GateRef glue, GateRef receiver, GateRef index, ProfileOperation callback, GateRef hir) GetPropertyByIndex() argument
5756 FastGetPropertyByIndex(GateRef glue, GateRef obj, GateRef index, ProfileOperation callback, GateRef hir) FastGetPropertyByIndex() argument
8429 GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) GetHashcodeFromString() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp648 HasOwnProperty(Variable *result, Label *exit, Label *slowPath, GateRef thisValue, GateRef prop, GateRef hir) HasOwnProperty() argument
H A Dbuiltins_array_stub_builder.cpp1363 SortAfterArgs(GateRef glue, GateRef thisValue, GateRef callbackFnHandle, Variable *result, Label *exit, Label *slowPath, GateRef hir) SortAfterArgs() argument
1440 DoSort(GateRef glue, GateRef receiver, GateRef receiverState, Variable *result, Label *exit, Label *slowPath, GateRef hir) DoSort() argument

Completed in 40 milliseconds