Home
last modified time | relevance | path

Searched refs:StringPtr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h51 using StringPtr = void *; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h66 inline GateRef StubBuilder::StringPtr(const std::string &str) in StringPtr() function
68 return env_->GetBuilder()->StringPtr(str); in StringPtr()
2398 CallNGCRuntime(glue, RTSTUB_ID(Comment), { StringPtr(str) }); in Comment()
Dstub_builder.h100 GateRef StringPtr(const std::string &str);
Dcircuit_builder.h337 GateRef StringPtr(const std::string &str);
Dcircuit_builder.cpp743 GateRef CircuitBuilder::StringPtr(const std::string &str) in StringPtr() function in panda::ecmascript::kungfu::CircuitBuilder