| /third_party/mesa3d/src/mesa/program/ |
| H A D | dummy_errors.c | 27 _mesa_error_no_memory(const char *caller) in _mesa_error_no_memory() argument
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | function-properties.js | |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-error.cc | 42 Handle<Object> caller = args.atOrUndefined(isolate, 2); in BUILTIN() local
|
| H A D | builtins-bigint.cc | 78 ThisBigIntValue(Isolate* isolate, Handle<Object> value, const char* caller) ThisBigIntValue() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_arguments_test.cpp | 136 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| H A D | callee_info.h | 27 CalleeInfo(const Inst &call_inst, const Function *caller) : call_inst_(call_inst), caller_(caller) {} in CalleeInfo() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class_linker-inl.h | 26 inline Class *ClassLinker::GetClass(const Method &caller, panda_file::File::EntityId id, in GetClass() argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | cache.h | 42 void Set(const void *pc, T *item, Method *caller) in Set() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_arguments.cpp | 33 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in GetOwnProperty() local
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| H A D | Rockchip_OSAL_Memory.c | 34 Rockchip_OSAL_Malloc_With_Caller( OMX_U32 size, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Malloc_With_Caller() argument 53 Rockchip_OSAL_Free_With_Caller( OMX_PTR addr, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Free_With_Caller() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pixelstore.c | 322 _mesa_compressed_pixel_storage_error_check( struct gl_context *ctx, GLint dimensions, const struct gl_pixelstore_attrib *packing, const char *caller) _mesa_compressed_pixel_storage_error_check() argument
|
| H A D | genmipmap.c | 236 validate_params_and_generate_mipmap(struct gl_texture_object *texObj, const char* caller) in validate_params_and_generate_mipmap() argument 115 generate_texture_mipmap(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, const char* caller) generate_texture_mipmap() argument [all...] |
| H A D | program_resource.c | 71 lookup_linked_program(GLuint program, const char *caller) in lookup_linked_program() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | pass_merge_return_test.cpp | 1996 const std::string caller = in TEST_F() local
|
| /third_party/skia/src/codec/ |
| H A D | SkJpegDecoderMgr.cpp | 19 static void print_message(const j_common_ptr info, const char caller[]) { in print_message() argument 43 bool JpegDecoderMgr::returnFalse(const char caller[]) { in returnFalse() argument 48 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) { in returnFailure() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | pass_merge_return_test.cpp | 1996 const std::string caller = in TEST_F() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | LinuxMallocProfiling.cpp | 36 void *internalAllocator(size_t size, void *caller) { in internalAllocator() argument 51 void *caller = __builtin_return_address(0); in operator new() local 56 void *caller = __builtin_return_address(0); in operator new[]() local 61 void *caller = __builtin_return_address(0); in malloc() local [all...] |
| /third_party/spirv-tools/test/opt/ |
| H A D | pass_merge_return_test.cpp | 1994 const std::string caller = in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | cha.cpp | 132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | memory_allocation_dumper.h | 84 void DumpAllocation(const char *err, const char *caller, const PandaString &klassName, ObjectHeader *object, in DumpAllocation() argument 93 void DumpNotAllocEvent(const char *err, const char *caller) in DumpNotAllocEvent() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | codegen_test.cpp | 430 RuntimeInterface::MethodPtr caller = nullptr; in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | ark_inlining.cpp | 67 auto caller = callBase->getCaller(); in CheckShouldInline() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | mem_hooks.cpp | 73 bool PandaHooks::ShouldCountAllocation(const void *caller) in ShouldCountAllocation() argument 79 void *PandaHooks::MallocHook(size_t size, const void *caller) in MallocHook() argument 100 void *PandaHooks::MemalignHook(size_t alignment, size_t size, const void *caller) in MemalignHook() argument 121 void PandaHooks::FreeHook(void *ptr, [[maybe_unused]] const void *caller) in FreeHook() argument 153 void *caller = __builtin_return_address(0); variable 166 void *caller variable 179 void *caller = __builtin_return_address(0); global() variable [all...] |
| /device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
| H A D | mpp_meta_impl.h | 45 const char *caller; member
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | close.c | 1008 lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) in lws_close_free_wsi() argument 346 __lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) __lws_close_free_wsi() argument
|