Home
last modified time | relevance | path

Searched refs:GetBuiltinIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dbuiltin_entries.h131 auto index = GetBuiltinIndex(key); in GetBuiltinBoxOffset()
141 size_t GetBuiltinIndex(JSTaggedValue key) const in GetBuiltinIndex() function in panda::ecmascript::BuiltinIndex
145 return GetBuiltinIndex(str); in GetBuiltinIndex()
148 size_t GetBuiltinIndex(const std::string& key) const in GetBuiltinIndex() function in panda::ecmascript::BuiltinIndex
H A Djs_thread.cpp1098 auto index = builtins.GetBuiltinIndex(key); in InitializeBuiltinObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp2256 auto index = builtin.GetBuiltinIndex(key); in LowerTypedTryLdGlobalByName()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h783 auto index = builtinIndex.GetBuiltinIndex(prop.GetTaggedValue()); in RuntimeStGlobalRecord()

Completed in 13 milliseconds