| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder_helper.cpp | 48 Environment::Environment(GateRef hir, Circuit *circuit, CircuitBuilder *builder) in Environment() argument
|
| H A D | typed_bytecode_lowering.cpp | 886 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 D | mcr_circuit_builder.cpp | 1288 GateRef CircuitBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir) in GetHashcodeFromString() argument
|
| H A D | stub_builder-inl.h | 254 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 D | stub_builder.cpp | 374 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 D | builtins_object_stub_builder.cpp | 648 HasOwnProperty(Variable *result, Label *exit, Label *slowPath, GateRef thisValue, GateRef prop, GateRef hir) HasOwnProperty() argument
|
| H A D | builtins_array_stub_builder.cpp | 1363 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
|