Home
last modified time | relevance | path

Searched defs:infos (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp20 bool ObjectAccessHelper::Compute(ChunkVector<ObjectAccessInfo> &infos) in Compute()
91 bool ObjectAccessHelper::ComputePolymorphism(ChunkVector<ObjectAccessInfo> &infos) in ComputePolymorphism()
Dts_hcr_lowering.cpp595 ChunkVector<ObjectAccessInfo> infos(circuit_->chunk()); in LowerNamedAccess() local
/arkcompiler/toolchain/tooling/test/testcases/
Djs_module_variable_test.h145 std::vector<std::string> infos; in GetModuleProperties() local
174 void PushValueInfo(RemoteObject *value, std::vector<std::string> &infos) in PushValueInfo()
Djs_container_test.h143 std::vector<std::string> infos; in GetProperties() local
172 void PushValueInfo(RemoteObject *value, std::vector<std::string> &infos) in PushValueInfo()
Djs_variable_first_test.h166 void PushValueInfo(RemoteObject *value, std::vector<std::string> &infos) in PushValueInfo()
Djs_variable_second_test.h166 void PushValueInfo(RemoteObject *value, std::vector<std::string> &infos) in PushValueInfo()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp202 std::vector<std::unordered_map<uintptr_t, Vec>> &infos, in SortCallSite()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp234 std::vector<std::string> infos = base::StringHelper::SplitString(content, BLOCK_SEPARATOR); in ParseFromText() local