Home
last modified time | relevance | path

Searched defs:caller (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/mesa3d/src/mesa/program/
H A Ddummy_errors.c27 _mesa_error_no_memory(const char *caller) in _mesa_error_no_memory() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-properties.js
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-error.cc42 Handle<Object> caller = args.atOrUndefined(isolate, 2); in BUILTIN() local
H A Dbuiltins-bigint.cc78 ThisBigIntValue(Isolate* isolate, Handle<Object> value, const char* caller) ThisBigIntValue() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_arguments_test.cpp136 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dcallee_info.h27 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 Dclass_linker-inl.h26 inline Class *ClassLinker::GetClass(const Method &caller, panda_file::File::EntityId id, in GetClass() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dcache.h42 void Set(const void *pc, T *item, Method *caller) in Set() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arguments.cpp33 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in GetOwnProperty() local
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Memory.c34 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 Dpixelstore.c322 _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 Dgenmipmap.c236 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 Dprogram_resource.c71 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 Dpass_merge_return_test.cpp1996 const std::string caller = in TEST_F() local
/third_party/skia/src/codec/
H A DSkJpegDecoderMgr.cpp19 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 Dpass_merge_return_test.cpp1996 const std::string caller = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DLinuxMallocProfiling.cpp36 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 Dpass_merge_return_test.cpp1994 const std::string caller = in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dcha.cpp132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dmemory_allocation_dumper.h84 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 Dcodegen_test.cpp430 RuntimeInterface::MethodPtr caller = nullptr; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_inlining.cpp67 auto caller = callBase->getCaller(); in CheckShouldInline() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dmem_hooks.cpp73 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 Dmpp_meta_impl.h45 const char *caller; member
/third_party/libwebsockets/lib/core-net/
H A Dclose.c1008 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

Completed in 14 milliseconds

12345