Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h51 using StringPtr = void *; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h212 GateRef StringPtr(std::string_view str);
213 GateRef StringPtr(const std::string &str);
Dcircuit_builder.cpp357 GateRef CircuitBuilder::StringPtr(std::string_view str) in StringPtr() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h69 inline GateRef StubBuilder::StringPtr(std::string_view str) in StringPtr() function
71 return env_->GetBuilder()->StringPtr(str); in StringPtr()
2954 CallNGCRuntime(glue, RTSTUB_ID(Comment), { StringPtr(str) }); in Comment()
Dstub_builder.h108 GateRef StringPtr(std::string_view str);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h62 using StringPtr = void *; variable