Searched defs:cacheable (Results 26 - 30 of 30) sorted by relevance
12
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_string.cpp | 543 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined(); in DoLocaleCompare() local 572 LocaleCompareGC(JSThread *thread, const JSHandle<EcmaString> &thisHandle, const JSHandle<EcmaString> &thatHandle, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, CompareStringsOption csOption, bool cacheable) LocaleCompareGC() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 2442 GateRef cacheable = LogicAndBuilder(env).And(localesIsUndefOrString).And(TaggedIsUndefined(options)).Done();
in LocaleCompare() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3839 bool cacheable = options->IsUndefined() && (locales->IsUndefined() || locales->IsString()); in DEF_RUNTIME_STUBS() local
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLGpu.cpp | 656 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument 711 onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument 734 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkGpu.cpp | 1407 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument 1435 onWrapCompressedBackendTexture(const GrBackendTexture& beTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument 1441 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
|
Completed in 31 milliseconds
12