Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.tq71 extern macro ExternalOneByteStringGetChars(ExternalOneByteString):
80 return ExternalOneByteStringGetChars(this);
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc933 const uint8_t* ExternalOneByteStringGetChars(Address string) { in ExternalOneByteStringGetChars() function
960 ExternalOneByteStringGetChars) in FUNCTION_REFERENCE()
Dcode-stub-assembler.h3014 TNode<RawPtr<Uint8T>> ExternalOneByteStringGetChars(
Dcode-stub-assembler.cc8153 TNode<RawPtr<Uint8T>> CodeStubAssembler::ExternalOneByteStringGetChars( in ExternalOneByteStringGetChars() function in v8::internal::CodeStubAssembler