Home
last modified time | relevance | path

Searched defs:hint (Results 401 - 419 of 419) sorted by relevance

1...<<11121314151617

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc544 BranchHint const hint = BranchHintOf(branch->op()); in TryCloneBranch() local
H A Dwasm-compiler.cc225 Branch(Node* cond, Node** true_node, Node** false_node, BranchHint hint) Branch() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc2234 void Assembler::hint(SystemHint code) { Emit(HINT | ImmHint(code) | Rt(xzr)); } in hint() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc2613 void Assembler::pref(int32_t hint, const MemOperand& rs) { in pref() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc909 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in CallRecordWriteStub() argument
H A Dassembler-mips.cc2365 void Assembler::pref(int32_t hint, const MemOperand& rs) { in pref() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc1655 void Assembler::dbar(int32_t hint) { GenImm(DBAR, hint); } in dbar() argument
1657 void Assembler::ibar(int32_t hint) { GenImm(IBAR, hint); } in ibar() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3666 Handle<String> Factory::ToPrimitiveHintString(ToPrimitiveHint hint) { in ToPrimitiveHintString() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp667 void Context::setGenerateMipmapHint(GLenum hint) in setGenerateMipmapHint() argument
672 void Context::setFragmentShaderDerivativeHint(GLenum hint) in setFragmentShaderDerivativeHint() argument
680 void Context::setTextureFilteringHint(GLenum hint) in setTextureFilteringHint() argument
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7269 unsigned hint = in Disassembler() local
/third_party/python/Python/
H A Dceval.c3545 uint16_t hint = cache->index; local
3647 uint16_t hint = cache->index; local
/third_party/python/Modules/
H A D_ssl.c5100 unsigned long hint = SSL_SESSION_get_ticket_lifetime_hint(self->session); in PySSLSession_get_ticket_lifetime_hint() local
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3083 static void AsyncDestroyCb(napi_env env, void *data, void *hint) in AsyncDestroyCb() argument
3297 DeleteAddonData(napi_env env, void* rawData, void* hint) DeleteAddonData() argument
3402 ObjectFinalizer(napi_env env, void* data, void* hint) ObjectFinalizer() argument
3464 CustomObjectFinalizer(napi_env env, void* data, void* hint) CustomObjectFinalizer() argument
3541 TestDetachCallback(napi_env env, void* nativeObject, void* hint) TestDetachCallback() argument
3547 TestAttachCallback(napi_env env, void* nativeObject, void* hint) TestAttachCallback() argument
9615 napi_value hint = nullptr; coerceToNativeBindingObjectEnvNull() local
9629 napi_value hint = nullptr; coerceToNativeBindingObjectObjNull() local
9643 napi_value hint = nullptr; coerceToNativeBindingObjectDetachNull() local
9657 napi_value hint = nullptr; coerceToNativeBindingObjectAttachNull() local
9671 napi_value hint = nullptr; coerceToNativeBindingObjectNativeNull() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp7918 static void DerekItem(JSVM_Env env, void *data, void *hint) in DerekItem() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc6287 void BytecodeGenerator::BuildGetIterator(IteratorType hint) { in BuildGetIterator() argument
6355 BuildGetIteratorRecord( Register next, Register object, IteratorType hint) BuildGetIteratorRecord() argument
6368 BuildGetIteratorRecord( IteratorType hint) BuildGetIteratorRecord() argument
/third_party/openssl/test/
H A Dsslapitest.c3244 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *id, in psk_client_cb() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h58 PFNGLHINTPROC hint = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp5554 void Context::hint(GLenum target, GLenum mode) in hint() function in gl::__anon19924::Context
/third_party/sqlite/src/
H A Dsqlite3.c194808 Blob hint = {0, 0, 0}; /* Hint read from %_stat table */ global() local
[all...]

Completed in 281 milliseconds

1...<<11121314151617