Home
last modified time | relevance | path

Searched refs:ExternalTwoByteStringGetChars (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring.tq73 extern macro ExternalTwoByteStringGetChars(ExternalTwoByteString):
91 return ExternalTwoByteStringGetChars(this);
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc943 const uint16_t* ExternalTwoByteStringGetChars(Address string) { in ExternalTwoByteStringGetChars() function
962 ExternalTwoByteStringGetChars) in FUNCTION_REFERENCE()
Dcode-stub-assembler.h3016 TNode<RawPtr<Uint16T>> ExternalTwoByteStringGetChars(
Dcode-stub-assembler.cc8162 TNode<RawPtr<Uint16T>> CodeStubAssembler::ExternalTwoByteStringGetChars( in ExternalTwoByteStringGetChars() function in v8::internal::CodeStubAssembler